Html Css Color HEX #076033 Fun Green

📋 copy color: '#076033'

red 7 ◦ green 96 ◦ blue 51

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

Shades of Fun Green #076033

Tints of Fun Green #076033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.34%

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 4.55%
G = 62.34%
B = 33.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#076033 (or 0x076033) is known color: Fun Green. HEX triplet: 07, 60 and 33. RGB value is (7,96,51). Sum of RGB (Red+Green+Blue) = 7+96+51=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #076033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076033 is #F89FCC. Grayscale: #404040. Windows color (decimal): -16293837 or 3366919. OLE color: 3366919.

HSL color Cylindrical-coordinate representation of color #076033: hue angle of 149.66º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076033 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 51 -
CMYK 0.93 0 0.47 0.62
HSL 149.66º 0.86% 0.2% -
HSV(B) 149.66º 0.93% 0.38% -
XYZ 4.87 8.65 4.54 -
YUV 64.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 7 96 51 0.93 0 0.47 0.62 149.66 0.86 0.2
Hex 7 60 33 5D 0 2F 3E 96 56 14
Octal 7 140 63 135 0 57 76 226 126 24
Binary 111 1100000 110011 1011101 0 101111 111110 10010110 1010110 10100

Color Harmonies of #076033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076033

Black with #076033

Text Example


Text Example

White with #076033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076033; }

 p { color: rgb(7,96,51); }

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

background-color css

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

 a { background-color: rgb(7,96,51); }

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

border-color css

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

 span { border-color: rgb(7,96,51); }

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