Html Css Color HEX #077143 Jewel

📋 copy color: '#077143'

red 7 ◦ green 113 ◦ blue 67

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

Shades of Jewel #077143

Tints of Jewel #077143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 3.74%
G = 60.43%
B = 35.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#077143 (or 0x077143) is known color: Jewel. HEX triplet: 07, 71 and 43. RGB value is (7,113,67). Sum of RGB (Red+Green+Blue) = 7+113+67=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #077143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077143 is #F88EBC. Grayscale: #4C4C4C. Windows color (decimal): -16289469 or 4419847. OLE color: 4419847.

HSL color Cylindrical-coordinate representation of color #077143: hue angle of 153.96º 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 #077143 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 67 -
CMYK 0.94 0 0.41 0.56
HSL 153.96º 0.88% 0.24% -
HSV(B) 153.96º 0.94% 0.44% -
XYZ 7.01 12.26 7.31 -
YUV 76.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 7 113 67 0.94 0 0.41 0.56 153.96 0.88 0.24
Hex 7 71 43 5E 0 29 38 9A 58 18
Octal 7 161 103 136 0 51 70 232 130 30
Binary 111 1110001 1000011 1011110 0 101001 111000 10011010 1011000 11000

Color Harmonies of #077143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077143

Black with #077143

Text Example


Text Example

White with #077143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077143; }

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

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

background-color css

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

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

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

border-color css

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

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

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