Html Css Color HEX #0B682F Crusoe

📋 copy color: '#0B682F'

red 11 ◦ green 104 ◦ blue 47

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

Shades of Crusoe #0B682F

Tints of Crusoe #0B682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 6.79%
G = 64.2%
B = 29.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#0B682F (or 0x0B682F) is known color: Crusoe. HEX triplet: 0B, 68 and 2F. RGB value is (11,104,47). Sum of RGB (Red+Green+Blue) = 11+104+47=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #0B682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B682F is #F497D0. Grayscale: #454545. Windows color (decimal): -16029649 or 3106827. OLE color: 3106827.

HSL color Cylindrical-coordinate representation of color #0B682F: hue angle of 143.23º 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 #0B682F is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 104 47 -
CMYK 0.89 0 0.55 0.59
HSL 143.23º 0.81% 0.23% -
HSV(B) 143.23º 0.89% 0.41% -
XYZ 5.6 10.18 4.36 -
YUV 69.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 11 104 47 0.89 0 0.55 0.59 143.23 0.81 0.23
Hex B 68 2F 59 0 37 3B 8F 51 17
Octal 13 150 57 131 0 67 73 217 121 27
Binary 1011 1101000 101111 1011001 0 110111 111011 10001111 1010001 10111

Color Harmonies of #0B682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B682F

Black with #0B682F

Text Example


Text Example

White with #0B682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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