Html Css Color HEX #06946D Observatory

📋 copy color: '#06946D'

red 6 ◦ green 148 ◦ blue 109

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

Shades of Observatory #06946D

Tints of Observatory #06946D

RGB

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

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

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

R = 2.28%
G = 56.27%
B = 41.44%

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

#06946D (or 0x06946D) is known color: Observatory. HEX triplet: 06, 94 and 6D. RGB value is (6,148,109). Sum of RGB (Red+Green+Blue) = 6+148+109=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #06946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06946D is #F96B92. Grayscale: #656565. Windows color (decimal): -16346003 or 7181318. OLE color: 7181318.

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

Color convert

RGB 6 148 109 -
CMYK 0.96 0 0.26 0.42
HSL 163.52º 0.92% 0.3% -
HSV(B) 163.52º 0.96% 0.58% -
XYZ 13.43 22.32 18.07 -
YUV 101.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 6 148 109 0.96 0 0.26 0.42 163.52 0.92 0.3
Hex 6 94 6D 60 0 1A 2A A4 5C 1E
Octal 6 224 155 140 0 32 52 244 134 36
Binary 110 10010100 1101101 1100000 0 11010 101010 10100100 1011100 11110

Color Harmonies of #06946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06946D

Black with #06946D

Text Example


Text Example

White with #06946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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