Html Css Color HEX #0A751D Green

📋 copy color: '#0A751D'

red 10 ◦ green 117 ◦ blue 29

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

Shades of Green #0A751D

Tints of Green #0A751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 6.41%
G = 75%
B = 18.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#0A751D (or 0x0A751D) is known color: Green. HEX triplet: 0A, 75 and 1D. RGB value is (10,117,29). Sum of RGB (Red+Green+Blue) = 10+117+29=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #0A751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A751D is #F58AE2. Grayscale: #4B4B4B. Windows color (decimal): -16091875 or 1930506. OLE color: 1930506.

HSL color Cylindrical-coordinate representation of color #0A751D: hue angle of 130.65º 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 #0A751D is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 117 29 -
CMYK 0.91 0 0.75 0.54
HSL 130.65º 0.84% 0.25% -
HSV(B) 130.65º 0.91% 0.46% -
XYZ 6.71 12.88 3.29 -
YUV 74.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 10 117 29 0.91 0 0.75 0.54 130.65 0.84 0.25
Hex A 75 1D 5B 0 4B 36 83 54 19
Octal 12 165 35 133 0 113 66 203 124 31
Binary 1010 1110101 11101 1011011 0 1001011 110110 10000011 1010100 11001

Color Harmonies of #0A751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A751D

Black with #0A751D

Text Example


Text Example

White with #0A751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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