Html Css Color HEX #075D0E Green

📋 copy color: '#075D0E'

red 7 ◦ green 93 ◦ blue 14

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

Shades of Green #075D0E

Tints of Green #075D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 81.58%

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 6.14%
G = 81.58%
B = 12.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#075D0E (or 0x075D0E) is known color: Green. HEX triplet: 07, 5D and 0E. RGB value is (7,93,14). Sum of RGB (Red+Green+Blue) = 7+93+14=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #075D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D0E is #F8A2F1. Grayscale: #3A3A3A. Windows color (decimal): -16294642 or 941319. OLE color: 941319.

HSL color Cylindrical-coordinate representation of color #075D0E: hue angle of 124.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D0E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 93 14 -
CMYK 0.92 0 0.85 0.64
HSL 124.88º 0.86% 0.2% -
HSV(B) 124.88º 0.92% 0.36% -
XYZ 4.08 7.91 1.73 -
YUV 58.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 7 93 14 0.92 0 0.85 0.64 124.88 0.86 0.2
Hex 7 5D E 5C 0 55 40 7D 56 14
Octal 7 135 16 134 0 125 100 175 126 24
Binary 111 1011101 1110 1011100 0 1010101 1000000 1111101 1010110 10100

Color Harmonies of #075D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D0E

Black with #075D0E

Text Example


Text Example

White with #075D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,14); }

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

background-color css

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

 a { background-color: rgb(7,93,14); }

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

border-color css

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

 span { border-color: rgb(7,93,14); }

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