Html Css Color HEX #06936A Observatory

📋 copy color: '#06936A'

red 6 ◦ green 147 ◦ blue 106

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

Shades of Observatory #06936A

Tints of Observatory #06936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 2.32%
G = 56.76%
B = 40.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#06936A (or 0x06936A) is known color: Observatory. HEX triplet: 06, 93 and 6A. RGB value is (6,147,106). Sum of RGB (Red+Green+Blue) = 6+147+106=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #06936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06936A is #F96C95. Grayscale: #646464. Windows color (decimal): -16346262 or 6984454. OLE color: 6984454.

HSL color Cylindrical-coordinate representation of color #06936A: hue angle of 162.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06936A is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 147 106 -
CMYK 0.96 0 0.28 0.42
HSL 162.55º 0.92% 0.3% -
HSV(B) 162.55º 0.96% 0.58% -
XYZ 13.11 21.95 17.18 -
YUV 100.17 131.29 60.83 -
System Red Green Blue C M Y K H S L
Decimal 6 147 106 0.96 0 0.28 0.42 162.55 0.92 0.3
Hex 6 93 6A 60 0 1C 2A A3 5C 1E
Octal 6 223 152 140 0 34 52 243 134 36
Binary 110 10010011 1101010 1100000 0 11100 101010 10100011 1011100 11110

Color Harmonies of #06936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06936A

Black with #06936A

Text Example


Text Example

White with #06936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06936A; }

 p { color: rgb(6,147,106); }

 H1.HeaderClassName
 {
   color: #06936A;
 }
 .AnyTagClassName
 {
   color: #06936A;
 }
</style>

background-color css

<style>
 a { background-color: #06936A; }

 a { background-color: rgb(6,147,106); }

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

border-color css

<style>
 span { border-color: #06936A; }

 span { border-color: rgb(6,147,106); }

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