Html Css Color HEX #06946F Observatory

📋 copy color: '#06946F'

red 6 ◦ green 148 ◦ blue 111

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

Shades of Observatory #06946F

Tints of Observatory #06946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 2.26%
G = 55.85%
B = 41.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#06946F (or 0x06946F) is known color: Observatory. HEX triplet: 06, 94 and 6F. RGB value is (6,148,111). Sum of RGB (Red+Green+Blue) = 6+148+111=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #06946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06946F is #F96B90. Grayscale: #656565. Windows color (decimal): -16346001 or 7312390. OLE color: 7312390.

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

Color convert

RGB 6 148 111 -
CMYK 0.96 0 0.25 0.42
HSL 164.37º 0.92% 0.3% -
HSV(B) 164.37º 0.96% 0.58% -
XYZ 13.53 22.37 18.64 -
YUV 101.32 133.46 60.01 -
System Red Green Blue C M Y K H S L
Decimal 6 148 111 0.96 0 0.25 0.42 164.37 0.92 0.3
Hex 6 94 6F 60 0 19 2A A4 5C 1E
Octal 6 224 157 140 0 31 52 244 134 36
Binary 110 10010100 1101111 1100000 0 11001 101010 10100100 1011100 11110

Color Harmonies of #06946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06946F

Black with #06946F

Text Example


Text Example

White with #06946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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