Html Css Color HEX #095F15 Crusoe

📋 copy color: '#095F15'

red 9 ◦ green 95 ◦ blue 21

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

Shades of Crusoe #095F15

Tints of Crusoe #095F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 76%

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

R = 7.2%
G = 76%
B = 16.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#095F15 (or 0x095F15) is known color: Crusoe. HEX triplet: 09, 5F and 15. RGB value is (9,95,21). Sum of RGB (Red+Green+Blue) = 9+95+21=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 95 (37.5% from 255 or 76% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 95 - color contains mainly: green. Hex color #095F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F15 is #F6A0EA. Grayscale: #3D3D3D. Windows color (decimal): -16163051 or 1400585. OLE color: 1400585.

HSL color Cylindrical-coordinate representation of color #095F15: hue angle of 128.37º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F15 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 21 -
CMYK 0.91 0 0.78 0.63
HSL 128.37º 0.83% 0.2% -
HSV(B) 128.37º 0.91% 0.37% -
XYZ 4.34 8.3 2.08 -
YUV 60.85 105.51 91.02 -
System Red Green Blue C M Y K H S L
Decimal 9 95 21 0.91 0 0.78 0.63 128.37 0.83 0.2
Hex 9 5F 15 5B 0 4E 3F 80 53 14
Octal 11 137 25 133 0 116 77 200 123 24
Binary 1001 1011111 10101 1011011 0 1001110 111111 10000000 1010011 10100

Color Harmonies of #095F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F15

Black with #095F15

Text Example


Text Example

White with #095F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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