Html Css Color HEX #07846A Observatory

📋 copy color: '#07846A'

red 7 ◦ green 132 ◦ blue 106

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

Shades of Observatory #07846A

Tints of Observatory #07846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

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

R = 2.86%
G = 53.88%
B = 43.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#07846A (or 0x07846A) is known color: Observatory. HEX triplet: 07, 84 and 6A. RGB value is (7,132,106). Sum of RGB (Red+Green+Blue) = 7+132+106=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #07846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07846A is #F87B95. Grayscale: #5B5B5B. Windows color (decimal): -16284566 or 6980615. OLE color: 6980615.

HSL color Cylindrical-coordinate representation of color #07846A: hue angle of 167.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07846A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 132 106 -
CMYK 0.95 0 0.20 0.48
HSL 167.52º 0.9% 0.27% -
HSV(B) 167.52º 0.95% 0.52% -
XYZ 10.94 17.59 16.45 -
YUV 91.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 7 132 106 0.95 0 0.20 0.48 167.52 0.9 0.27
Hex 7 84 6A 5F 0 14 30 A8 5A 1B
Octal 7 204 152 137 0 24 60 250 132 33
Binary 111 10000100 1101010 1011111 0 10100 110000 10101000 1011010 11011

Color Harmonies of #07846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07846A

Black with #07846A

Text Example


Text Example

White with #07846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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