Html Css Color HEX #0D6617 Crusoe

📋 copy color: '#0D6617'

red 13 ◦ green 102 ◦ blue 23

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

Shades of Crusoe #0D6617

Tints of Crusoe #0D6617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 73.91%

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

R = 9.42%
G = 73.91%
B = 16.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#0D6617 (or 0x0D6617) is known color: Crusoe. HEX triplet: 0D, 66 and 17. RGB value is (13,102,23). Sum of RGB (Red+Green+Blue) = 13+102+23=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6617 is #F299E8. Grayscale: #424242. Windows color (decimal): -15899113 or 1533453. OLE color: 1533453.

HSL color Cylindrical-coordinate representation of color #0D6617: hue angle of 126.74º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6617 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 23 -
CMYK 0.87 0 0.77 0.6
HSL 126.74º 0.77% 0.23% -
HSV(B) 126.74º 0.87% 0.4% -
XYZ 5.07 9.65 2.41 -
YUV 66.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 13 102 23 0.87 0 0.77 0.6 126.74 0.77 0.23
Hex D 66 17 57 0 4D 3C 7F 4D 17
Octal 15 146 27 127 0 115 74 177 115 27
Binary 1101 1100110 10111 1010111 0 1001101 111100 1111111 1001101 10111

Color Harmonies of #0D6617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6617

Black with #0D6617

Text Example


Text Example

White with #0D6617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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