Html Css Color HEX #06937F Observatory

📋 copy color: '#06937F'

red 6 ◦ green 147 ◦ blue 127

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

Shades of Observatory #06937F

Tints of Observatory #06937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.36%

R = 2.14%
G = 52.5%
B = 45.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#06937F (or 0x06937F) is known color: Observatory. HEX triplet: 06, 93 and 7F. RGB value is (6,147,127). Sum of RGB (Red+Green+Blue) = 6+147+127=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #06937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06937F is #F96C80. Grayscale: #666666. Windows color (decimal): -16346241 or 8360710. OLE color: 8360710.

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

Color convert

RGB 6 147 127 -
CMYK 0.96 0 0.14 0.42
HSL 171.49º 0.92% 0.3% -
HSV(B) 171.49º 0.96% 0.58% -
XYZ 14.34 22.44 23.65 -
YUV 102.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 6 147 127 0.96 0 0.14 0.42 171.49 0.92 0.3
Hex 6 93 7F 60 0 E 2A AB 5C 1E
Octal 6 223 177 140 0 16 52 253 134 36
Binary 110 10010011 1111111 1100000 0 1110 101010 10101011 1011100 11110

Color Harmonies of #06937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06937F

Black with #06937F

Text Example


Text Example

White with #06937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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