Html Css Color HEX #095F27 Crusoe

📋 copy color: '#095F27'

red 9 ◦ green 95 ◦ blue 39

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

Shades of Crusoe #095F27

Tints of Crusoe #095F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 6.29%
G = 66.43%
B = 27.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.63

RGB Variations

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

Color information

#095F27 (or 0x095F27) is known color: Crusoe. HEX triplet: 09, 5F and 27. RGB value is (9,95,39). Sum of RGB (Red+Green+Blue) = 9+95+39=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #095F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F27 is #F6A0D8. Grayscale: #3F3F3F. Windows color (decimal): -16163033 or 2580233. OLE color: 2580233.

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

Color convert

RGB 9 95 39 -
CMYK 0.91 0 0.59 0.63
HSL 140.93º 0.83% 0.2% -
HSV(B) 140.93º 0.91% 0.37% -
XYZ 4.57 8.39 3.3 -
YUV 62.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 9 95 39 0.91 0 0.59 0.63 140.93 0.83 0.2
Hex 9 5F 27 5B 0 3B 3F 8D 53 14
Octal 11 137 47 133 0 73 77 215 123 24
Binary 1001 1011111 100111 1011011 0 111011 111111 10001101 1010011 10100

Color Harmonies of #095F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F27

Black with #095F27

Text Example


Text Example

White with #095F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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