Html Css Color HEX #0A7618 Green

📋 copy color: '#0A7618'

red 10 ◦ green 118 ◦ blue 24

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

Shades of Green #0A7618

Tints of Green #0A7618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 77.63%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 6.58%
G = 77.63%
B = 15.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#0A7618 (or 0x0A7618) is known color: Green. HEX triplet: 0A, 76 and 18. RGB value is (10,118,24). Sum of RGB (Red+Green+Blue) = 10+118+24=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7618 is #F589E7. Grayscale: #4B4B4B. Windows color (decimal): -16091624 or 1603082. OLE color: 1603082.

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

Color convert

RGB 10 118 24 -
CMYK 0.92 0 0.80 0.54
HSL 127.78º 0.84% 0.25% -
HSV(B) 127.78º 0.92% 0.46% -
XYZ 6.77 13.09 3.03 -
YUV 74.99 99.22 81.64 -
System Red Green Blue C M Y K H S L
Decimal 10 118 24 0.92 0 0.80 0.54 127.78 0.84 0.25
Hex A 76 18 5C 0 50 36 80 54 19
Octal 12 166 30 134 0 120 66 200 124 31
Binary 1010 1110110 11000 1011100 0 1010000 110110 10000000 1010100 11001

Color Harmonies of #0A7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7618

Black with #0A7618

Text Example


Text Example

White with #0A7618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,24); }

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

background-color css

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

 a { background-color: rgb(10,118,24); }

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

border-color css

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

 span { border-color: rgb(10,118,24); }

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