Html Css Color HEX #06876D Observatory

📋 copy color: '#06876D'

red 6 ◦ green 135 ◦ blue 109

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

Shades of Observatory #06876D

Tints of Observatory #06876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 2.4%
G = 54%
B = 43.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#06876D (or 0x06876D) is known color: Observatory. HEX triplet: 06, 87 and 6D. RGB value is (6,135,109). Sum of RGB (Red+Green+Blue) = 6+135+109=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #06876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06876D is #F97892. Grayscale: #5D5D5D. Windows color (decimal): -16349331 or 7177990. OLE color: 7177990.

HSL color Cylindrical-coordinate representation of color #06876D: hue angle of 167.91º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06876D is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 109 -
CMYK 0.96 0 0.19 0.47
HSL 167.91º 0.91% 0.28% -
HSV(B) 167.91º 0.96% 0.53% -
XYZ 11.5 18.47 17.43 -
YUV 93.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 6 135 109 0.96 0 0.19 0.47 167.91 0.91 0.28
Hex 6 87 6D 60 0 13 2F A8 5B 1C
Octal 6 207 155 140 0 23 57 250 133 34
Binary 110 10000111 1101101 1100000 0 10011 101111 10101000 1011011 11100

Color Harmonies of #06876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06876D

Black with #06876D

Text Example


Text Example

White with #06876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06876D; }

 p { color: rgb(6,135,109); }

 H1.HeaderClassName
 {
   color: #06876D;
 }
 .AnyTagClassName
 {
   color: #06876D;
 }
</style>

background-color css

<style>
 a { background-color: #06876D; }

 a { background-color: rgb(6,135,109); }

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

border-color css

<style>
 span { border-color: #06876D; }

 span { border-color: rgb(6,135,109); }

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