Html Css Color HEX #07937F Observatory

📋 copy color: '#07937F'

red 7 ◦ green 147 ◦ blue 127

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

Shades of Observatory #07937F

Tints of Observatory #07937F

RGB

 RED value IS 7 (3.13% from 255) = 2.49%

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

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

R = 2.49%
G = 52.31%
B = 45.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#07937F (or 0x07937F) is known color: Observatory. HEX triplet: 07, 93 and 7F. RGB value is (7,147,127). Sum of RGB (Red+Green+Blue) = 7+147+127=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #07937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07937F is #F86C80. Grayscale: #666666. Windows color (decimal): -16280705 or 8360711. OLE color: 8360711.

HSL color Cylindrical-coordinate representation of color #07937F: hue angle of 171.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07937F is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 147 127 -
CMYK 0.95 0 0.14 0.42
HSL 171.43º 0.91% 0.3% -
HSV(B) 171.43º 0.95% 0.58% -
XYZ 14.35 22.44 23.65 -
YUV 102.86 141.62 59.63 -
System Red Green Blue C M Y K H S L
Decimal 7 147 127 0.95 0 0.14 0.42 171.43 0.91 0.3
Hex 7 93 7F 5F 0 E 2A AB 5B 1E
Octal 7 223 177 137 0 16 52 253 133 36
Binary 111 10010011 1111111 1011111 0 1110 101010 10101011 1011011 11110

Color Harmonies of #07937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07937F

Black with #07937F

Text Example


Text Example

White with #07937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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