Html Css Color HEX #0A750F Green

📋 copy color: '#0A750F'

red 10 ◦ green 117 ◦ blue 15

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

Shades of Green #0A750F

Tints of Green #0A750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 82.39%

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 7.04%
G = 82.39%
B = 10.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#0A750F (or 0x0A750F) is known color: Green. HEX triplet: 0A, 75 and 0F. RGB value is (10,117,15). Sum of RGB (Red+Green+Blue) = 10+117+15=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #0A750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A750F is #F58AF0. Grayscale: #494949. Windows color (decimal): -16091889 or 1013002. OLE color: 1013002.

HSL color Cylindrical-coordinate representation of color #0A750F: hue angle of 122.8º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A750F is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 117 15 -
CMYK 0.91 0 0.87 0.54
HSL 122.8º 0.84% 0.25% -
HSV(B) 122.8º 0.91% 0.46% -
XYZ 6.57 12.82 2.58 -
YUV 73.38 95.05 82.79 -
System Red Green Blue C M Y K H S L
Decimal 10 117 15 0.91 0 0.87 0.54 122.8 0.84 0.25
Hex A 75 F 5B 0 57 36 7B 54 19
Octal 12 165 17 133 0 127 66 173 124 31
Binary 1010 1110101 1111 1011011 0 1010111 110110 1111011 1010100 11001

Color Harmonies of #0A750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A750F

Black with #0A750F

Text Example


Text Example

White with #0A750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,117,15); }

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

background-color css

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

 a { background-color: rgb(10,117,15); }

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

border-color css

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

 span { border-color: rgb(10,117,15); }

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