Html Css Color HEX #06937A Observatory

📋 copy color: '#06937A'

red 6 ◦ green 147 ◦ blue 122

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

Shades of Observatory #06937A

Tints of Observatory #06937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.36%

R = 2.18%
G = 53.45%
B = 44.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#06937A (or 0x06937A) is known color: Observatory. HEX triplet: 06, 93 and 7A. RGB value is (6,147,122). Sum of RGB (Red+Green+Blue) = 6+147+122=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #06937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06937A is #F96C85. Grayscale: #656565. Windows color (decimal): -16346246 or 8033030. OLE color: 8033030.

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

Color convert

RGB 6 147 122 -
CMYK 0.96 0 0.17 0.42
HSL 169.36º 0.92% 0.3% -
HSV(B) 169.36º 0.96% 0.58% -
XYZ 14.02 22.31 21.98 -
YUV 101.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 6 147 122 0.96 0 0.17 0.42 169.36 0.92 0.3
Hex 6 93 7A 60 0 11 2A A9 5C 1E
Octal 6 223 172 140 0 21 52 251 134 36
Binary 110 10010011 1111010 1100000 0 10001 101010 10101001 1011100 11110

Color Harmonies of #06937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06937A

Black with #06937A

Text Example


Text Example

White with #06937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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