Html Css Color HEX #095F16 Crusoe

📋 copy color: '#095F16'

red 9 ◦ green 95 ◦ blue 22

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

Shades of Crusoe #095F16

Tints of Crusoe #095F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 7.14%
G = 75.4%
B = 17.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#095F16 (or 0x095F16) is known color: Crusoe. HEX triplet: 09, 5F and 16. RGB value is (9,95,22). Sum of RGB (Red+Green+Blue) = 9+95+22=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 95 (37.5% from 255 or 75.40% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 95 - color contains mainly: green. Hex color #095F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F16 is #F6A0E9. Grayscale: #3D3D3D. Windows color (decimal): -16163050 or 1466121. OLE color: 1466121.

HSL color Cylindrical-coordinate representation of color #095F16: hue angle of 129.07º 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 #095F16 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 22 -
CMYK 0.91 0 0.77 0.63
HSL 129.07º 0.83% 0.2% -
HSV(B) 129.07º 0.91% 0.37% -
XYZ 4.35 8.3 2.13 -
YUV 60.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 9 95 22 0.91 0 0.77 0.63 129.07 0.83 0.2
Hex 9 5F 16 5B 0 4D 3F 81 53 14
Octal 11 137 26 133 0 115 77 201 123 24
Binary 1001 1011111 10110 1011011 0 1001101 111111 10000001 1010011 10100

Color Harmonies of #095F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F16

Black with #095F16

Text Example


Text Example

White with #095F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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