Html Css Color HEX #088614 Green

📋 copy color: '#088614'

red 8 ◦ green 134 ◦ blue 20

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

Shades of Green #088614

Tints of Green #088614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 82.72%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 4.94%
G = 82.72%
B = 12.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#088614 (or 0x088614) is known color: Green. HEX triplet: 08, 86 and 14. RGB value is (8,134,20). Sum of RGB (Red+Green+Blue) = 8+134+20=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #088614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088614 is #F779EB. Grayscale: #535353. Windows color (decimal): -16218604 or 1345032. OLE color: 1345032.

HSL color Cylindrical-coordinate representation of color #088614: hue angle of 125.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088614 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 134 20 -
CMYK 0.94 0 0.85 0.47
HSL 125.71º 0.89% 0.28% -
HSV(B) 125.71º 0.94% 0.53% -
XYZ 8.75 17.15 3.51 -
YUV 83.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 8 134 20 0.94 0 0.85 0.47 125.71 0.89 0.28
Hex 8 86 14 5E 0 55 2F 7E 59 1C
Octal 10 206 24 136 0 125 57 176 131 34
Binary 1000 10000110 10100 1011110 0 1010101 101111 1111110 1011001 11100

Color Harmonies of #088614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088614

Black with #088614

Text Example


Text Example

White with #088614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088614; }

 p { color: rgb(8,134,20); }

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

background-color css

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

 a { background-color: rgb(8,134,20); }

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

border-color css

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

 span { border-color: rgb(8,134,20); }

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