Html Css Color HEX #07665A Mosque

📋 copy color: '#07665A'

red 7 ◦ green 102 ◦ blue 90

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

Shades of Mosque #07665A

Tints of Mosque #07665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 3.52%
G = 51.26%
B = 45.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#07665A (or 0x07665A) is known color: Mosque. HEX triplet: 07, 66 and 5A. RGB value is (7,102,90). Sum of RGB (Red+Green+Blue) = 7+102+90=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #07665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665A is #F899A5. Grayscale: #484848. Windows color (decimal): -16292262 or 5924359. OLE color: 5924359.

HSL color Cylindrical-coordinate representation of color #07665A: hue angle of 172.42º 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 #07665A is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 90 -
CMYK 0.93 0 0.12 0.6
HSL 172.42º 0.87% 0.21% -
HSV(B) 172.42º 0.93% 0.4% -
XYZ 6.68 10.29 11.31 -
YUV 72.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 7 102 90 0.93 0 0.12 0.6 172.42 0.87 0.21
Hex 7 66 5A 5D 0 C 3C AC 57 15
Octal 7 146 132 135 0 14 74 254 127 25
Binary 111 1100110 1011010 1011101 0 1100 111100 10101100 1010111 10101

Color Harmonies of #07665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07665A

Black with #07665A

Text Example


Text Example

White with #07665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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