Html Css Color HEX #0D6117 Crusoe

📋 copy color: '#0D6117'

red 13 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #0D6117

Tints of Crusoe #0D6117

RGB

 RED value IS 13 (5.47% from 255) = 9.77%

 GREEN value IS 97 (38.28% from 255) = 72.93%

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 9.77%
G = 72.93%
B = 17.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#0D6117 (or 0x0D6117) is known color: Crusoe. HEX triplet: 0D, 61 and 17. RGB value is (13,97,23). Sum of RGB (Red+Green+Blue) = 13+97+23=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6117 is #F29EE8. Grayscale: #3F3F3F. Windows color (decimal): -15900393 or 1532173. OLE color: 1532173.

HSL color Cylindrical-coordinate representation of color #0D6117: hue angle of 127.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6117 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 23 -
CMYK 0.87 0 0.76 0.62
HSL 127.14º 0.76% 0.22% -
HSV(B) 127.14º 0.87% 0.38% -
XYZ 4.6 8.7 2.25 -
YUV 63.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 13 97 23 0.87 0 0.76 0.62 127.14 0.76 0.22
Hex D 61 17 57 0 4C 3E 7F 4C 16
Octal 15 141 27 127 0 114 76 177 114 26
Binary 1101 1100001 10111 1010111 0 1001100 111110 1111111 1001100 10110

Color Harmonies of #0D6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6117

Black with #0D6117

Text Example


Text Example

White with #0D6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D6117; }

 p { color: rgb(13,97,23); }

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

background-color css

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

 a { background-color: rgb(13,97,23); }

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

border-color css

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

 span { border-color: rgb(13,97,23); }

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