Html Css Color HEX #07866B Observatory

📋 copy color: '#07866B'

red 7 ◦ green 134 ◦ blue 107

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

Shades of Observatory #07866B

Tints of Observatory #07866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 2.82%
G = 54.03%
B = 43.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#07866B (or 0x07866B) is known color: Observatory. HEX triplet: 07, 86 and 6B. RGB value is (7,134,107). Sum of RGB (Red+Green+Blue) = 7+134+107=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #07866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07866B is #F87994. Grayscale: #5C5C5C. Windows color (decimal): -16284053 or 7046663. OLE color: 7046663.

HSL color Cylindrical-coordinate representation of color #07866B: hue angle of 167.24º 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 #07866B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 134 107 -
CMYK 0.95 0 0.20 0.47
HSL 167.24º 0.9% 0.28% -
HSV(B) 167.24º 0.95% 0.53% -
XYZ 11.27 18.16 16.82 -
YUV 92.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 7 134 107 0.95 0 0.20 0.47 167.24 0.9 0.28
Hex 7 86 6B 5F 0 14 2F A7 5A 1C
Octal 7 206 153 137 0 24 57 247 132 34
Binary 111 10000110 1101011 1011111 0 10100 101111 10100111 1011010 11100

Color Harmonies of #07866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07866B

Black with #07866B

Text Example


Text Example

White with #07866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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