Html Css Color HEX #077242 Jewel

📋 copy color: '#077242'

red 7 ◦ green 114 ◦ blue 66

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

Shades of Jewel #077242

Tints of Jewel #077242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 3.74%
G = 60.96%
B = 35.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#077242 (or 0x077242) is known color: Jewel. HEX triplet: 07, 72 and 42. RGB value is (7,114,66). Sum of RGB (Red+Green+Blue) = 7+114+66=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #077242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077242 is #F88DBD. Grayscale: #4C4C4C. Windows color (decimal): -16289214 or 4354567. OLE color: 4354567.

HSL color Cylindrical-coordinate representation of color #077242: hue angle of 153.08º degrees, saturation: 0.88, 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 #077242 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 66 -
CMYK 0.94 0 0.42 0.55
HSL 153.08º 0.88% 0.24% -
HSV(B) 153.08º 0.94% 0.45% -
XYZ 7.09 12.47 7.19 -
YUV 76.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 7 114 66 0.94 0 0.42 0.55 153.08 0.88 0.24
Hex 7 72 42 5E 0 2A 37 99 58 18
Octal 7 162 102 136 0 52 67 231 130 30
Binary 111 1110010 1000010 1011110 0 101010 110111 10011001 1011000 11000

Color Harmonies of #077242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077242

Black with #077242

Text Example


Text Example

White with #077242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077242; }

 p { color: rgb(7,114,66); }

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

background-color css

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

 a { background-color: rgb(7,114,66); }

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

border-color css

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

 span { border-color: rgb(7,114,66); }

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