Html Css Color HEX #075C0E Green

📋 copy color: '#075C0E'

red 7 ◦ green 92 ◦ blue 14

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

Shades of Green #075C0E

Tints of Green #075C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 81.42%

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

R = 6.19%
G = 81.42%
B = 12.39%

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

#075C0E (or 0x075C0E) is known color: Green. HEX triplet: 07, 5C and 0E. RGB value is (7,92,14). Sum of RGB (Red+Green+Blue) = 7+92+14=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #075C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075C0E is #F8A3F1. Grayscale: #393939. Windows color (decimal): -16294898 or 941063. OLE color: 941063.

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

Color convert

RGB 7 92 14 -
CMYK 0.92 0 0.85 0.64
HSL 124.94º 0.86% 0.19% -
HSV(B) 124.94º 0.92% 0.36% -
XYZ 3.99 7.73 1.7 -
YUV 57.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 7 92 14 0.92 0 0.85 0.64 124.94 0.86 0.19
Hex 7 5C E 5C 0 55 40 7D 56 13
Octal 7 134 16 134 0 125 100 175 126 23
Binary 111 1011100 1110 1011100 0 1010101 1000000 1111101 1010110 10011

Color Harmonies of #075C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C0E

Black with #075C0E

Text Example


Text Example

White with #075C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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