Html Css Color HEX #095915 Crusoe

📋 copy color: '#095915'

red 9 ◦ green 89 ◦ blue 21

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

Shades of Crusoe #095915

Tints of Crusoe #095915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.79%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 7.56%
G = 74.79%
B = 17.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#095915 (or 0x095915) is known color: Crusoe. HEX triplet: 09, 59 and 15. RGB value is (9,89,21). Sum of RGB (Red+Green+Blue) = 9+89+21=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 89 (35.16% from 255 or 74.79% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 89 - color contains mainly: green. Hex color #095915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095915 is #F6A6EA. Grayscale: #393939. Windows color (decimal): -16164587 or 1399049. OLE color: 1399049.

HSL color Cylindrical-coordinate representation of color #095915: hue angle of 129º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095915 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 21 -
CMYK 0.90 0 0.76 0.65
HSL 129º 0.82% 0.19% -
HSV(B) 129º 0.9% 0.35% -
XYZ 3.82 7.26 1.91 -
YUV 57.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 9 89 21 0.90 0 0.76 0.65 129 0.82 0.19
Hex 9 59 15 5A 0 4C 41 81 52 13
Octal 11 131 25 132 0 114 101 201 122 23
Binary 1001 1011001 10101 1011010 0 1001100 1000001 10000001 1010010 10011

Color Harmonies of #095915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095915

Black with #095915

Text Example


Text Example

White with #095915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095915; }

 p { color: rgb(9,89,21); }

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

background-color css

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

 a { background-color: rgb(9,89,21); }

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

border-color css

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

 span { border-color: rgb(9,89,21); }

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