Html Css Color HEX #07946B Observatory

📋 copy color: '#07946B'

red 7 ◦ green 148 ◦ blue 107

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

Shades of Observatory #07946B

Tints of Observatory #07946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 2.67%
G = 56.49%
B = 40.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#07946B (or 0x07946B) is known color: Observatory. HEX triplet: 07, 94 and 6B. RGB value is (7,148,107). Sum of RGB (Red+Green+Blue) = 7+148+107=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #07946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07946B is #F86B94. Grayscale: #656565. Windows color (decimal): -16280469 or 7050247. OLE color: 7050247.

HSL color Cylindrical-coordinate representation of color #07946B: hue angle of 162.55º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07946B is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 148 107 -
CMYK 0.95 0 0.28 0.42
HSL 162.55º 0.91% 0.3% -
HSV(B) 162.55º 0.95% 0.58% -
XYZ 13.33 22.29 17.51 -
YUV 101.17 131.29 60.83 -
System Red Green Blue C M Y K H S L
Decimal 7 148 107 0.95 0 0.28 0.42 162.55 0.91 0.3
Hex 7 94 6B 5F 0 1C 2A A3 5B 1E
Octal 7 224 153 137 0 34 52 243 133 36
Binary 111 10010100 1101011 1011111 0 11100 101010 10100011 1011011 11110

Color Harmonies of #07946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07946B

Black with #07946B

Text Example


Text Example

White with #07946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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