Html Css Color HEX #077341 Jewel

📋 copy color: '#077341'

red 7 ◦ green 115 ◦ blue 65

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

Shades of Jewel #077341

Tints of Jewel #077341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

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

R = 3.74%
G = 61.5%
B = 34.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#077341 (or 0x077341) is known color: Jewel. HEX triplet: 07, 73 and 41. RGB value is (7,115,65). Sum of RGB (Red+Green+Blue) = 7+115+65=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #077341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077341 is #F88CBE. Grayscale: #4D4D4D. Windows color (decimal): -16288959 or 4289287. OLE color: 4289287.

HSL color Cylindrical-coordinate representation of color #077341: hue angle of 152.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077341 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 65 -
CMYK 0.94 0 0.43 0.55
HSL 152.22º 0.89% 0.24% -
HSV(B) 152.22º 0.94% 0.45% -
XYZ 7.17 12.69 7.07 -
YUV 77.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 7 115 65 0.94 0 0.43 0.55 152.22 0.89 0.24
Hex 7 73 41 5E 0 2B 37 98 59 18
Octal 7 163 101 136 0 53 67 230 131 30
Binary 111 1110011 1000001 1011110 0 101011 110111 10011000 1011001 11000

Color Harmonies of #077341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077341

Black with #077341

Text Example


Text Example

White with #077341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077341; }

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

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

background-color css

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

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

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

border-color css

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

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

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