Html Css Color HEX #06916C Observatory

📋 copy color: '#06916C'

red 6 ◦ green 145 ◦ blue 108

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

Shades of Observatory #06916C

Tints of Observatory #06916C

RGB

 RED value IS 6 (2.73% from 255) = 2.32%

 GREEN value IS 145 (57.03% from 255) = 55.98%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 2.32%
G = 55.98%
B = 41.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#06916C (or 0x06916C) is known color: Observatory. HEX triplet: 06, 91 and 6C. RGB value is (6,145,108). Sum of RGB (Red+Green+Blue) = 6+145+108=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #06916C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06916C is #F96E93. Grayscale: #636363. Windows color (decimal): -16346772 or 7115014. OLE color: 7115014.

HSL color Cylindrical-coordinate representation of color #06916C: hue angle of 164.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06916C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 108 -
CMYK 0.96 0 0.26 0.43
HSL 164.03º 0.92% 0.3% -
HSV(B) 164.03º 0.96% 0.57% -
XYZ 12.91 21.37 17.63 -
YUV 99.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 6 145 108 0.96 0 0.26 0.43 164.03 0.92 0.3
Hex 6 91 6C 60 0 1A 2B A4 5C 1E
Octal 6 221 154 140 0 32 53 244 134 36
Binary 110 10010001 1101100 1100000 0 11010 101011 10100100 1011100 11110

Color Harmonies of #06916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06916C

Black with #06916C

Text Example


Text Example

White with #06916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06916C; }

 p { color: rgb(6,145,108); }

 H1.HeaderClassName
 {
   color: #06916C;
 }
 .AnyTagClassName
 {
   color: #06916C;
 }
</style>

background-color css

<style>
 a { background-color: #06916C; }

 a { background-color: rgb(6,145,108); }

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

border-color css

<style>
 span { border-color: #06916C; }

 span { border-color: rgb(6,145,108); }

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