Html Css Color HEX #096613 Green

📋 copy color: '#096613'

red 9 ◦ green 102 ◦ blue 19

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

Shades of Green #096613

Tints of Green #096613

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

 GREEN value IS 102 (40.23% from 255) = 78.46%

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 6.92%
G = 78.46%
B = 14.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#096613 (or 0x096613) is known color: Green. HEX triplet: 09, 66 and 13. RGB value is (9,102,19). Sum of RGB (Red+Green+Blue) = 9+102+19=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #096613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096613 is #F699EC. Grayscale: #404040. Windows color (decimal): -16161261 or 1271305. OLE color: 1271305.

HSL color Cylindrical-coordinate representation of color #096613: hue angle of 126.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096613 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 19 -
CMYK 0.91 0 0.81 0.6
HSL 126.45º 0.84% 0.22% -
HSV(B) 126.45º 0.91% 0.4% -
XYZ 4.98 9.61 2.21 -
YUV 64.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 9 102 19 0.91 0 0.81 0.6 126.45 0.84 0.22
Hex 9 66 13 5B 0 51 3C 7E 54 16
Octal 11 146 23 133 0 121 74 176 124 26
Binary 1001 1100110 10011 1011011 0 1010001 111100 1111110 1010100 10110

Color Harmonies of #096613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096613

Black with #096613

Text Example


Text Example

White with #096613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096613; }

 p { color: rgb(9,102,19); }

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

background-color css

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

 a { background-color: rgb(9,102,19); }

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

border-color css

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

 span { border-color: rgb(9,102,19); }

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