Html Css Color HEX #06876B Observatory

📋 copy color: '#06876B'

red 6 ◦ green 135 ◦ blue 107

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

Shades of Observatory #06876B

Tints of Observatory #06876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 2.42%
G = 54.44%
B = 43.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#06876B (or 0x06876B) is known color: Observatory. HEX triplet: 06, 87 and 6B. RGB value is (6,135,107). Sum of RGB (Red+Green+Blue) = 6+135+107=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #06876B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06876B is #F97894. Grayscale: #5D5D5D. Windows color (decimal): -16349333 or 7046918. OLE color: 7046918.

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

Color convert

RGB 6 135 107 -
CMYK 0.96 0 0.21 0.47
HSL 166.98º 0.91% 0.28% -
HSV(B) 166.98º 0.96% 0.53% -
XYZ 11.39 18.43 16.87 -
YUV 93.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 6 135 107 0.96 0 0.21 0.47 166.98 0.91 0.28
Hex 6 87 6B 60 0 15 2F A7 5B 1C
Octal 6 207 153 140 0 25 57 247 133 34
Binary 110 10000111 1101011 1100000 0 10101 101111 10100111 1011011 11100

Color Harmonies of #06876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06876B

Black with #06876B

Text Example


Text Example

White with #06876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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