Html Css Color HEX #06956F Observatory

📋 copy color: '#06956F'

red 6 ◦ green 149 ◦ blue 111

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

Shades of Observatory #06956F

Tints of Observatory #06956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.02%

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

R = 2.26%
G = 56.02%
B = 41.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#06956F (or 0x06956F) is known color: Observatory. HEX triplet: 06, 95 and 6F. RGB value is (6,149,111). Sum of RGB (Red+Green+Blue) = 6+149+111=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #06956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06956F is #F96A90. Grayscale: #656565. Windows color (decimal): -16345745 or 7312646. OLE color: 7312646.

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

Color convert

RGB 6 149 111 -
CMYK 0.96 0 0.26 0.42
HSL 164.06º 0.92% 0.3% -
HSV(B) 164.06º 0.96% 0.58% -
XYZ 13.69 22.68 18.7 -
YUV 101.91 133.12 59.59 -
System Red Green Blue C M Y K H S L
Decimal 6 149 111 0.96 0 0.26 0.42 164.06 0.92 0.3
Hex 6 95 6F 60 0 1A 2A A4 5C 1E
Octal 6 225 157 140 0 32 52 244 134 36
Binary 110 10010101 1101111 1100000 0 11010 101010 10100100 1011100 11110

Color Harmonies of #06956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06956F

Black with #06956F

Text Example


Text Example

White with #06956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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