Html Css Color HEX #07665E Mosque

📋 copy color: '#07665E'

red 7 ◦ green 102 ◦ blue 94

#07665E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #07665E

Tints of Mosque #07665E

RGB

 RED value IS 7 (3.13% from 255) = 3.45%

 GREEN value IS 102 (40.23% from 255) = 50.25%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 3.45%
G = 50.25%
B = 46.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#07665E (or 0x07665E) is known color: Mosque. HEX triplet: 07, 66 and 5E. RGB value is (7,102,94). Sum of RGB (Red+Green+Blue) = 7+102+94=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #07665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665E is #F899A1. Grayscale: #484848. Windows color (decimal): -16292258 or 6186503. OLE color: 6186503.

HSL color Cylindrical-coordinate representation of color #07665E: hue angle of 174.95º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07665E is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 94 -
CMYK 0.93 0 0.08 0.6
HSL 174.95º 0.87% 0.21% -
HSV(B) 174.95º 0.93% 0.4% -
XYZ 6.86 10.36 12.23 -
YUV 72.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 7 102 94 0.93 0 0.08 0.6 174.95 0.87 0.21
Hex 7 66 5E 5D 0 8 3C AF 57 15
Octal 7 146 136 135 0 10 74 257 127 25
Binary 111 1100110 1011110 1011101 0 1000 111100 10101111 1010111 10101

Color Harmonies of #07665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07665E

Black with #07665E

Text Example


Text Example

White with #07665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07665E; }

 p { color: rgb(7,102,94); }

 H1.HeaderClassName
 {
   color: #07665E;
 }
 .AnyTagClassName
 {
   color: #07665E;
 }
</style>

background-color css

<style>
 a { background-color: #07665E; }

 a { background-color: rgb(7,102,94); }

 div.DivClassName
 {
   background-color: #07665E;
 }
 .BgClassName
 {
   background-color: #07665E;
 }
</style>

border-color css

<style>
 span { border-color: #07665E; }

 span { border-color: rgb(7,102,94); }

 td.TdClassName
 {
   border-color: #07665E;
 }
 .TagClassName
 {
   border-color: #07665E;
 }
</style>