Html Css Color HEX #06876F Observatory

📋 copy color: '#06876F'

red 6 ◦ green 135 ◦ blue 111

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

Shades of Observatory #06876F

Tints of Observatory #06876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 2.38%
G = 53.57%
B = 44.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#06876F (or 0x06876F) is known color: Observatory. HEX triplet: 06, 87 and 6F. RGB value is (6,135,111). Sum of RGB (Red+Green+Blue) = 6+135+111=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #06876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06876F is #F97890. Grayscale: #5D5D5D. Windows color (decimal): -16349329 or 7309062. OLE color: 7309062.

HSL color Cylindrical-coordinate representation of color #06876F: hue angle of 168.84º 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 #06876F is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 111 -
CMYK 0.96 0 0.18 0.47
HSL 168.84º 0.91% 0.28% -
HSV(B) 168.84º 0.96% 0.53% -
XYZ 11.61 18.51 18 -
YUV 93.69 137.76 65.45 -
System Red Green Blue C M Y K H S L
Decimal 6 135 111 0.96 0 0.18 0.47 168.84 0.91 0.28
Hex 6 87 6F 60 0 12 2F A9 5B 1C
Octal 6 207 157 140 0 22 57 251 133 34
Binary 110 10000111 1101111 1100000 0 10010 101111 10101001 1011011 11100

Color Harmonies of #06876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06876F

Black with #06876F

Text Example


Text Example

White with #06876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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