Html Css Color HEX #0B681D Crusoe

📋 copy color: '#0B681D'

red 11 ◦ green 104 ◦ blue 29

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

Shades of Crusoe #0B681D

Tints of Crusoe #0B681D

RGB

 RED value IS 11 (4.69% from 255) = 7.64%

 GREEN value IS 104 (41.02% from 255) = 72.22%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 7.64%
G = 72.22%
B = 20.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#0B681D (or 0x0B681D) is known color: Crusoe. HEX triplet: 0B, 68 and 1D. RGB value is (11,104,29). Sum of RGB (Red+Green+Blue) = 11+104+29=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #0B681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B681D is #F497E2. Grayscale: #434343. Windows color (decimal): -16029667 or 1927179. OLE color: 1927179.

HSL color Cylindrical-coordinate representation of color #0B681D: hue angle of 131.61º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B681D is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 104 29 -
CMYK 0.89 0 0.72 0.59
HSL 131.61º 0.81% 0.23% -
HSV(B) 131.61º 0.89% 0.41% -
XYZ 5.31 10.06 2.82 -
YUV 67.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 11 104 29 0.89 0 0.72 0.59 131.61 0.81 0.23
Hex B 68 1D 59 0 48 3B 84 51 17
Octal 13 150 35 131 0 110 73 204 121 27
Binary 1011 1101000 11101 1011001 0 1001000 111011 10000100 1010001 10111

Color Harmonies of #0B681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B681D

Black with #0B681D

Text Example


Text Example

White with #0B681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,104,29); }

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

background-color css

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

 a { background-color: rgb(11,104,29); }

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

border-color css

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

 span { border-color: rgb(11,104,29); }

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