Html Css Color HEX #0D661A Crusoe

📋 copy color: '#0D661A'

red 13 ◦ green 102 ◦ blue 26

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

Shades of Crusoe #0D661A

Tints of Crusoe #0D661A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 9.22%
G = 72.34%
B = 18.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#0D661A (or 0x0D661A) is known color: Crusoe. HEX triplet: 0D, 66 and 1A. RGB value is (13,102,26). Sum of RGB (Red+Green+Blue) = 13+102+26=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #0D661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D661A is #F299E5. Grayscale: #424242. Windows color (decimal): -15899110 or 1730061. OLE color: 1730061.

HSL color Cylindrical-coordinate representation of color #0D661A: hue angle of 128.76º 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 #0D661A is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 26 -
CMYK 0.87 0 0.75 0.6
HSL 128.76º 0.77% 0.23% -
HSV(B) 128.76º 0.87% 0.4% -
XYZ 5.1 9.66 2.57 -
YUV 66.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 13 102 26 0.87 0 0.75 0.6 128.76 0.77 0.23
Hex D 66 1A 57 0 4B 3C 81 4D 17
Octal 15 146 32 127 0 113 74 201 115 27
Binary 1101 1100110 11010 1010111 0 1001011 111100 10000001 1001101 10111

Color Harmonies of #0D661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D661A

Black with #0D661A

Text Example


Text Example

White with #0D661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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