Html Css Color HEX #0A7405 Green

📋 copy color: '#0A7405'

red 10 ◦ green 116 ◦ blue 5

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

Shades of Green #0A7405

Tints of Green #0A7405

RGB

 RED value IS 10 (4.3% from 255) = 7.63%

 GREEN value IS 116 (45.7% from 255) = 88.55%

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 7.63%
G = 88.55%
B = 3.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#0A7405 (or 0x0A7405) is known color: Green. HEX triplet: 0A, 74 and 05. RGB value is (10,116,5). Sum of RGB (Red+Green+Blue) = 10+116+5=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 116 (45.70% from 255 or 88.55% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7405 is #F58BFA. Grayscale: #474747. Windows color (decimal): -16092155 or 357386. OLE color: 357386.

HSL color Cylindrical-coordinate representation of color #0A7405: hue angle of 117.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7405 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 116 5 -
CMYK 0.91 0 0.96 0.55
HSL 117.3º 0.92% 0.24% -
HSV(B) 117.3º 0.96% 0.45% -
XYZ 6.4 12.57 2.23 -
YUV 71.65 90.38 84.03 -
System Red Green Blue C M Y K H S L
Decimal 10 116 5 0.91 0 0.96 0.55 117.3 0.92 0.24
Hex A 74 5 5B 0 60 37 75 5C 18
Octal 12 164 5 133 0 140 67 165 134 30
Binary 1010 1110100 101 1011011 0 1100000 110111 1110101 1011100 11000

Color Harmonies of #0A7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7405

Black with #0A7405

Text Example


Text Example

White with #0A7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7405; }

 p { color: rgb(10,116,5); }

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

background-color css

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

 a { background-color: rgb(10,116,5); }

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

border-color css

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

 span { border-color: rgb(10,116,5); }

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