Html Css Color HEX #08741A Green

📋 copy color: '#08741A'

red 8 ◦ green 116 ◦ blue 26

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

Shades of Green #08741A

Tints of Green #08741A

RGB

 RED value IS 8 (3.52% from 255) = 5.33%

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 5.33%
G = 77.33%
B = 17.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#08741A (or 0x08741A) is known color: Green. HEX triplet: 08, 74 and 1A. RGB value is (8,116,26). Sum of RGB (Red+Green+Blue) = 8+116+26=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #08741A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08741A is #F78BE5. Grayscale: #494949. Windows color (decimal): -16223206 or 1733640. OLE color: 1733640.

HSL color Cylindrical-coordinate representation of color #08741A: hue angle of 130º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08741A is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 116 26 -
CMYK 0.93 0 0.78 0.55
HSL 130º 0.87% 0.24% -
HSV(B) 130º 0.93% 0.45% -
XYZ 6.53 12.62 3.07 -
YUV 73.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 8 116 26 0.93 0 0.78 0.55 130 0.87 0.24
Hex 8 74 1A 5D 0 4E 37 82 57 18
Octal 10 164 32 135 0 116 67 202 127 30
Binary 1000 1110100 11010 1011101 0 1001110 110111 10000010 1010111 11000

Color Harmonies of #08741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08741A

Black with #08741A

Text Example


Text Example

White with #08741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08741A; }

 p { color: rgb(8,116,26); }

 H1.HeaderClassName
 {
   color: #08741A;
 }
 .AnyTagClassName
 {
   color: #08741A;
 }
</style>

background-color css

<style>
 a { background-color: #08741A; }

 a { background-color: rgb(8,116,26); }

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

border-color css

<style>
 span { border-color: #08741A; }

 span { border-color: rgb(8,116,26); }

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