Html Css Color HEX #0D661B Crusoe

📋 copy color: '#0D661B'

red 13 ◦ green 102 ◦ blue 27

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

Shades of Crusoe #0D661B

Tints of Crusoe #0D661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 9.15%
G = 71.83%
B = 19.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#0D661B (or 0x0D661B) is known color: Crusoe. HEX triplet: 0D, 66 and 1B. RGB value is (13,102,27). Sum of RGB (Red+Green+Blue) = 13+102+27=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #0D661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D661B is #F299E4. Grayscale: #434343. Windows color (decimal): -15899109 or 1795597. OLE color: 1795597.

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

Color convert

RGB 13 102 27 -
CMYK 0.87 0 0.74 0.6
HSL 129.44º 0.77% 0.23% -
HSV(B) 129.44º 0.87% 0.4% -
XYZ 5.12 9.67 2.63 -
YUV 66.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 13 102 27 0.87 0 0.74 0.6 129.44 0.77 0.23
Hex D 66 1B 57 0 4A 3C 81 4D 17
Octal 15 146 33 127 0 112 74 201 115 27
Binary 1101 1100110 11011 1010111 0 1001010 111100 10000001 1001101 10111

Color Harmonies of #0D661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D661B

Black with #0D661B

Text Example


Text Example

White with #0D661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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