Html Css Color HEX #075E3E Jewel

📋 copy color: '#075E3E'

red 7 ◦ green 94 ◦ blue 62

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

Shades of Jewel #075E3E

Tints of Jewel #075E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 57.67%

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 4.29%
G = 57.67%
B = 38.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#075E3E (or 0x075E3E) is known color: Jewel. HEX triplet: 07, 5E and 3E. RGB value is (7,94,62). Sum of RGB (Red+Green+Blue) = 7+94+62=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #075E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075E3E is #F8A1C1. Grayscale: #404040. Windows color (decimal): -16294338 or 4087303. OLE color: 4087303.

HSL color Cylindrical-coordinate representation of color #075E3E: hue angle of 157.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E3E is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 94 62 -
CMYK 0.93 0 0.34 0.63
HSL 157.93º 0.86% 0.2% -
HSV(B) 157.93º 0.93% 0.37% -
XYZ 4.96 8.4 5.92 -
YUV 64.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 7 94 62 0.93 0 0.34 0.63 157.93 0.86 0.2
Hex 7 5E 3E 5D 0 22 3F 9E 56 14
Octal 7 136 76 135 0 42 77 236 126 24
Binary 111 1011110 111110 1011101 0 100010 111111 10011110 1010110 10100

Color Harmonies of #075E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075E3E

Black with #075E3E

Text Example


Text Example

White with #075E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075E3E; }

 p { color: rgb(7,94,62); }

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

background-color css

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

 a { background-color: rgb(7,94,62); }

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

border-color css

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

 span { border-color: rgb(7,94,62); }

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