Html Css Color HEX #07927D Observatory

📋 copy color: '#07927D'

red 7 ◦ green 146 ◦ blue 125

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

Shades of Observatory #07927D

Tints of Observatory #07927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 2.52%
G = 52.52%
B = 44.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#07927D (or 0x07927D) is known color: Observatory. HEX triplet: 07, 92 and 7D. RGB value is (7,146,125). Sum of RGB (Red+Green+Blue) = 7+146+125=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #07927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07927D is #F86D82. Grayscale: #656565. Windows color (decimal): -16280963 or 8229383. OLE color: 8229383.

HSL color Cylindrical-coordinate representation of color #07927D: hue angle of 170.94º 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 #07927D is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 146 125 -
CMYK 0.95 0 0.14 0.43
HSL 170.94º 0.91% 0.3% -
HSV(B) 170.94º 0.95% 0.57% -
XYZ 14.07 22.08 22.92 -
YUV 102.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 7 146 125 0.95 0 0.14 0.43 170.94 0.91 0.3
Hex 7 92 7D 5F 0 E 2B AB 5B 1E
Octal 7 222 175 137 0 16 53 253 133 36
Binary 111 10010010 1111101 1011111 0 1110 101011 10101011 1011011 11110

Color Harmonies of #07927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07927D

Black with #07927D

Text Example


Text Example

White with #07927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07927D; }

 p { color: rgb(7,146,125); }

 H1.HeaderClassName
 {
   color: #07927D;
 }
 .AnyTagClassName
 {
   color: #07927D;
 }
</style>

background-color css

<style>
 a { background-color: #07927D; }

 a { background-color: rgb(7,146,125); }

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

border-color css

<style>
 span { border-color: #07927D; }

 span { border-color: rgb(7,146,125); }

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