Html Css Color HEX #077145 Jewel

📋 copy color: '#077145'

red 7 ◦ green 113 ◦ blue 69

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

Shades of Jewel #077145

Tints of Jewel #077145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.79%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 3.7%
G = 59.79%
B = 36.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#077145 (or 0x077145) is known color: Jewel. HEX triplet: 07, 71 and 45. RGB value is (7,113,69). Sum of RGB (Red+Green+Blue) = 7+113+69=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #077145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077145 is #F88EBA. Grayscale: #4C4C4C. Windows color (decimal): -16289467 or 4550919. OLE color: 4550919.

HSL color Cylindrical-coordinate representation of color #077145: hue angle of 155.09º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077145 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 69 -
CMYK 0.94 0 0.39 0.56
HSL 155.09º 0.88% 0.24% -
HSV(B) 155.09º 0.94% 0.44% -
XYZ 7.07 12.29 7.63 -
YUV 76.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 7 113 69 0.94 0 0.39 0.56 155.09 0.88 0.24
Hex 7 71 45 5E 0 27 38 9B 58 18
Octal 7 161 105 136 0 47 70 233 130 30
Binary 111 1110001 1000101 1011110 0 100111 111000 10011011 1011000 11000

Color Harmonies of #077145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077145

Black with #077145

Text Example


Text Example

White with #077145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077145; }

 p { color: rgb(7,113,69); }

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

background-color css

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

 a { background-color: rgb(7,113,69); }

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

border-color css

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

 span { border-color: rgb(7,113,69); }

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