Html Css Color HEX #07866A Observatory

📋 copy color: '#07866A'

red 7 ◦ green 134 ◦ blue 106

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

Shades of Observatory #07866A

Tints of Observatory #07866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 2.83%
G = 54.25%
B = 42.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#07866A (or 0x07866A) is known color: Observatory. HEX triplet: 07, 86 and 6A. RGB value is (7,134,106). Sum of RGB (Red+Green+Blue) = 7+134+106=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #07866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07866A is #F87995. Grayscale: #5C5C5C. Windows color (decimal): -16284054 or 6981127. OLE color: 6981127.

HSL color Cylindrical-coordinate representation of color #07866A: hue angle of 166.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07866A is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 134 106 -
CMYK 0.95 0 0.21 0.47
HSL 166.77º 0.9% 0.28% -
HSV(B) 166.77º 0.95% 0.53% -
XYZ 11.21 18.14 16.55 -
YUV 92.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 7 134 106 0.95 0 0.21 0.47 166.77 0.9 0.28
Hex 7 86 6A 5F 0 15 2F A7 5A 1C
Octal 7 206 152 137 0 25 57 247 132 34
Binary 111 10000110 1101010 1011111 0 10101 101111 10100111 1011010 11100

Color Harmonies of #07866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07866A

Black with #07866A

Text Example


Text Example

White with #07866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,134,106); }

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

background-color css

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

 a { background-color: rgb(7,134,106); }

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

border-color css

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

 span { border-color: rgb(7,134,106); }

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