Html Css Color HEX #075A3F Jewel

📋 copy color: '#075A3F'

red 7 ◦ green 90 ◦ blue 63

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

Shades of Jewel #075A3F

Tints of Jewel #075A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.25%

 BLUE value IS 63 (25% from 255) = 39.38%

R = 4.38%
G = 56.25%
B = 39.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#075A3F (or 0x075A3F) is known color: Jewel. HEX triplet: 07, 5A and 3F. RGB value is (7,90,63). Sum of RGB (Red+Green+Blue) = 7+90+63=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #075A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075A3F is #F8A5C0. Grayscale: #3E3E3E. Windows color (decimal): -16295361 or 4151815. OLE color: 4151815.

HSL color Cylindrical-coordinate representation of color #075A3F: hue angle of 160.48º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A3F is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 90 63 -
CMYK 0.92 0 0.30 0.65
HSL 160.48º 0.86% 0.19% -
HSV(B) 160.48º 0.92% 0.35% -
XYZ 4.64 7.72 5.95 -
YUV 62.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 7 90 63 0.92 0 0.30 0.65 160.48 0.86 0.19
Hex 7 5A 3F 5C 0 1E 41 A0 56 13
Octal 7 132 77 134 0 36 101 240 126 23
Binary 111 1011010 111111 1011100 0 11110 1000001 10100000 1010110 10011

Color Harmonies of #075A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A3F

Black with #075A3F

Text Example


Text Example

White with #075A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,63); }

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

background-color css

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

 a { background-color: rgb(7,90,63); }

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

border-color css

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

 span { border-color: rgb(7,90,63); }

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