Html Css Color HEX #07917F Observatory

📋 copy color: '#07917F'

red 7 ◦ green 145 ◦ blue 127

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

Shades of Observatory #07917F

Tints of Observatory #07917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.97%

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

R = 2.51%
G = 51.97%
B = 45.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#07917F (or 0x07917F) is known color: Observatory. HEX triplet: 07, 91 and 7F. RGB value is (7,145,127). Sum of RGB (Red+Green+Blue) = 7+145+127=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #07917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07917F is #F86E80. Grayscale: #656565. Windows color (decimal): -16281217 or 8360199. OLE color: 8360199.

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

Color convert

RGB 7 145 127 -
CMYK 0.95 0 0.12 0.43
HSL 172.17º 0.91% 0.3% -
HSV(B) 172.17º 0.95% 0.57% -
XYZ 14.04 21.83 23.55 -
YUV 101.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 7 145 127 0.95 0 0.12 0.43 172.17 0.91 0.3
Hex 7 91 7F 5F 0 C 2B AC 5B 1E
Octal 7 221 177 137 0 14 53 254 133 36
Binary 111 10010001 1111111 1011111 0 1100 101011 10101100 1011011 11110

Color Harmonies of #07917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07917F

Black with #07917F

Text Example


Text Example

White with #07917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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