Html Css Color HEX #076041 Jewel

📋 copy color: '#076041'

red 7 ◦ green 96 ◦ blue 65

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

Shades of Jewel #076041

Tints of Jewel #076041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 4.17%
G = 57.14%
B = 38.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#076041 (or 0x076041) is known color: Jewel. HEX triplet: 07, 60 and 41. RGB value is (7,96,65). Sum of RGB (Red+Green+Blue) = 7+96+65=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #076041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076041 is #F89FBE. Grayscale: #414141. Windows color (decimal): -16293823 or 4284423. OLE color: 4284423.

HSL color Cylindrical-coordinate representation of color #076041: hue angle of 159.1º 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 #076041 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 65 -
CMYK 0.93 0 0.32 0.62
HSL 159.1º 0.86% 0.2% -
HSV(B) 159.1º 0.93% 0.38% -
XYZ 5.22 8.79 6.42 -
YUV 65.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 7 96 65 0.93 0 0.32 0.62 159.1 0.86 0.2
Hex 7 60 41 5D 0 20 3E 9F 56 14
Octal 7 140 101 135 0 40 76 237 126 24
Binary 111 1100000 1000001 1011101 0 100000 111110 10011111 1010110 10100

Color Harmonies of #076041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076041

Black with #076041

Text Example


Text Example

White with #076041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076041; }

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

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

background-color css

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

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

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

border-color css

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

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

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