Html Css Color HEX #06946A Observatory

📋 copy color: '#06946A'

red 6 ◦ green 148 ◦ blue 106

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

Shades of Observatory #06946A

Tints of Observatory #06946A

RGB

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

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

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

R = 2.31%
G = 56.92%
B = 40.77%

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

#06946A (or 0x06946A) is known color: Observatory. HEX triplet: 06, 94 and 6A. RGB value is (6,148,106). Sum of RGB (Red+Green+Blue) = 6+148+106=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #06946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06946A is #F96B95. Grayscale: #646464. Windows color (decimal): -16346006 or 6984710. OLE color: 6984710.

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

Color convert

RGB 6 148 106 -
CMYK 0.96 0 0.28 0.42
HSL 162.25º 0.92% 0.3% -
HSV(B) 162.25º 0.96% 0.58% -
XYZ 13.27 22.26 17.23 -
YUV 100.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 6 148 106 0.96 0 0.28 0.42 162.25 0.92 0.3
Hex 6 94 6A 60 0 1C 2A A2 5C 1E
Octal 6 224 152 140 0 34 52 242 134 36
Binary 110 10010100 1101010 1100000 0 11100 101010 10100010 1011100 11110

Color Harmonies of #06946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06946A

Black with #06946A

Text Example


Text Example

White with #06946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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