Html Css Color HEX #06866D Observatory

📋 copy color: '#06866D'

red 6 ◦ green 134 ◦ blue 109

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

Shades of Observatory #06866D

Tints of Observatory #06866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.82%

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

R = 2.41%
G = 53.82%
B = 43.78%

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

#06866D (or 0x06866D) is known color: Observatory. HEX triplet: 06, 86 and 6D. RGB value is (6,134,109). Sum of RGB (Red+Green+Blue) = 6+134+109=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #06866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06866D is #F97992. Grayscale: #5C5C5C. Windows color (decimal): -16349587 or 7177734. OLE color: 7177734.

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

Color convert

RGB 6 134 109 -
CMYK 0.96 0 0.19 0.47
HSL 168.28º 0.91% 0.27% -
HSV(B) 168.28º 0.96% 0.53% -
XYZ 11.36 18.19 17.38 -
YUV 92.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 6 134 109 0.96 0 0.19 0.47 168.28 0.91 0.27
Hex 6 86 6D 60 0 13 2F A8 5B 1B
Octal 6 206 155 140 0 23 57 250 133 33
Binary 110 10000110 1101101 1100000 0 10011 101111 10101000 1011011 11011

Color Harmonies of #06866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06866D

Black with #06866D

Text Example


Text Example

White with #06866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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