Html Css Color HEX #095B0C Green

📋 copy color: '#095B0C'

red 9 ◦ green 91 ◦ blue 12

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

Shades of Green #095B0C

Tints of Green #095B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 81.25%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 8.04%
G = 81.25%
B = 10.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#095B0C (or 0x095B0C) is known color: Green. HEX triplet: 09, 5B and 0C. RGB value is (9,91,12). Sum of RGB (Red+Green+Blue) = 9+91+12=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #095B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B0C is #F6A4F3. Grayscale: #393939. Windows color (decimal): -16164084 or 809737. OLE color: 809737.

HSL color Cylindrical-coordinate representation of color #095B0C: hue angle of 122.2º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B0C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 12 -
CMYK 0.90 0 0.87 0.64
HSL 122.2º 0.82% 0.2% -
HSV(B) 122.2º 0.9% 0.36% -
XYZ 3.92 7.57 1.6 -
YUV 57.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 9 91 12 0.90 0 0.87 0.64 122.2 0.82 0.2
Hex 9 5B C 5A 0 57 40 7A 52 14
Octal 11 133 14 132 0 127 100 172 122 24
Binary 1001 1011011 1100 1011010 0 1010111 1000000 1111010 1010010 10100

Color Harmonies of #095B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B0C

Black with #095B0C

Text Example


Text Example

White with #095B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095B0C; }

 p { color: rgb(9,91,12); }

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

background-color css

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

 a { background-color: rgb(9,91,12); }

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

border-color css

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

 span { border-color: rgb(9,91,12); }

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