Html Css Color HEX #0B701C Crusoe

📋 copy color: '#0B701C'

red 11 ◦ green 112 ◦ blue 28

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

Shades of Crusoe #0B701C

Tints of Crusoe #0B701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.17%

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 7.28%
G = 74.17%
B = 18.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#0B701C (or 0x0B701C) is known color: Crusoe. HEX triplet: 0B, 70 and 1C. RGB value is (11,112,28). Sum of RGB (Red+Green+Blue) = 11+112+28=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #0B701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B701C is #F48FE3. Grayscale: #484848. Windows color (decimal): -16027620 or 1863691. OLE color: 1863691.

HSL color Cylindrical-coordinate representation of color #0B701C: hue angle of 130.1º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B701C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 28 -
CMYK 0.90 0 0.75 0.56
HSL 130.1º 0.82% 0.24% -
HSV(B) 130.1º 0.9% 0.44% -
XYZ 6.14 11.74 3.04 -
YUV 72.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 11 112 28 0.90 0 0.75 0.56 130.1 0.82 0.24
Hex B 70 1C 5A 0 4B 38 82 52 18
Octal 13 160 34 132 0 113 70 202 122 30
Binary 1011 1110000 11100 1011010 0 1001011 111000 10000010 1010010 11000

Color Harmonies of #0B701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B701C

Black with #0B701C

Text Example


Text Example

White with #0B701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,28); }

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

background-color css

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

 a { background-color: rgb(11,112,28); }

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

border-color css

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

 span { border-color: rgb(11,112,28); }

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