Html Css Color HEX #0B682E Crusoe

📋 copy color: '#0B682E'

red 11 ◦ green 104 ◦ blue 46

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

Shades of Crusoe #0B682E

Tints of Crusoe #0B682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 6.83%
G = 64.6%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#0B682E (or 0x0B682E) is known color: Crusoe. HEX triplet: 0B, 68 and 2E. RGB value is (11,104,46). Sum of RGB (Red+Green+Blue) = 11+104+46=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #0B682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B682E is #F497D1. Grayscale: #454545. Windows color (decimal): -16029650 or 3041291. OLE color: 3041291.

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

Color convert

RGB 11 104 46 -
CMYK 0.89 0 0.56 0.59
HSL 142.58º 0.81% 0.23% -
HSV(B) 142.58º 0.89% 0.41% -
XYZ 5.58 10.17 4.25 -
YUV 69.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 11 104 46 0.89 0 0.56 0.59 142.58 0.81 0.23
Hex B 68 2E 59 0 38 3B 8F 51 17
Octal 13 150 56 131 0 70 73 217 121 27
Binary 1011 1101000 101110 1011001 0 111000 111011 10001111 1010001 10111

Color Harmonies of #0B682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B682E

Black with #0B682E

Text Example


Text Example

White with #0B682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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