Html Css Color HEX #07655B Mosque

📋 copy color: '#07655B'

red 7 ◦ green 101 ◦ blue 91

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

Shades of Mosque #07655B

Tints of Mosque #07655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 3.52%
G = 50.75%
B = 45.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#07655B (or 0x07655B) is known color: Mosque. HEX triplet: 07, 65 and 5B. RGB value is (7,101,91). Sum of RGB (Red+Green+Blue) = 7+101+91=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #07655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07655B is #F89AA4. Grayscale: #474747. Windows color (decimal): -16292517 or 5989639. OLE color: 5989639.

HSL color Cylindrical-coordinate representation of color #07655B: hue angle of 173.62º 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 #07655B is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 91 -
CMYK 0.93 0 0.10 0.60
HSL 173.62º 0.87% 0.21% -
HSV(B) 173.62º 0.93% 0.4% -
XYZ 6.63 10.11 11.5 -
YUV 71.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 7 101 91 0.93 0 0.10 0.60 173.62 0.87 0.21
Hex 7 65 5B 5D 0 A 3C AE 57 15
Octal 7 145 133 135 0 12 74 256 127 25
Binary 111 1100101 1011011 1011101 0 1010 111100 10101110 1010111 10101

Color Harmonies of #07655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07655B

Black with #07655B

Text Example


Text Example

White with #07655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07655B; }

 p { color: rgb(7,101,91); }

 H1.HeaderClassName
 {
   color: #07655B;
 }
 .AnyTagClassName
 {
   color: #07655B;
 }
</style>

background-color css

<style>
 a { background-color: #07655B; }

 a { background-color: rgb(7,101,91); }

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

border-color css

<style>
 span { border-color: #07655B; }

 span { border-color: rgb(7,101,91); }

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