Html Css Color HEX #06856D Observatory

📋 copy color: '#06856D'

red 6 ◦ green 133 ◦ blue 109

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

Shades of Observatory #06856D

Tints of Observatory #06856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 2.42%
G = 53.63%
B = 43.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#06856D (or 0x06856D) is known color: Observatory. HEX triplet: 06, 85 and 6D. RGB value is (6,133,109). Sum of RGB (Red+Green+Blue) = 6+133+109=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #06856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06856D is #F97A92. Grayscale: #5C5C5C. Windows color (decimal): -16349843 or 7177478. OLE color: 7177478.

HSL color Cylindrical-coordinate representation of color #06856D: hue angle of 168.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06856D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 109 -
CMYK 0.95 0 0.18 0.48
HSL 168.66º 0.91% 0.27% -
HSV(B) 168.66º 0.95% 0.52% -
XYZ 11.22 17.92 17.33 -
YUV 92.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 6 133 109 0.95 0 0.18 0.48 168.66 0.91 0.27
Hex 6 85 6D 5F 0 12 30 A9 5B 1B
Octal 6 205 155 137 0 22 60 251 133 33
Binary 110 10000101 1101101 1011111 0 10010 110000 10101001 1011011 11011

Color Harmonies of #06856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06856D

Black with #06856D

Text Example


Text Example

White with #06856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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