Html Css Color HEX #0B651E Crusoe

📋 copy color: '#0B651E'

red 11 ◦ green 101 ◦ blue 30

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

Shades of Crusoe #0B651E

Tints of Crusoe #0B651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.13%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 7.75%
G = 71.13%
B = 21.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#0B651E (or 0x0B651E) is known color: Crusoe. HEX triplet: 0B, 65 and 1E. RGB value is (11,101,30). Sum of RGB (Red+Green+Blue) = 11+101+30=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #0B651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B651E is #F49AE1. Grayscale: #424242. Windows color (decimal): -16030434 or 1991947. OLE color: 1991947.

HSL color Cylindrical-coordinate representation of color #0B651E: hue angle of 132.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B651E is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 101 30 -
CMYK 0.89 0 0.70 0.60
HSL 132.67º 0.8% 0.22% -
HSV(B) 132.67º 0.89% 0.4% -
XYZ 5.03 9.47 2.79 -
YUV 66 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 11 101 30 0.89 0 0.70 0.60 132.67 0.8 0.22
Hex B 65 1E 59 0 46 3C 85 50 16
Octal 13 145 36 131 0 106 74 205 120 26
Binary 1011 1100101 11110 1011001 0 1000110 111100 10000101 1010000 10110

Color Harmonies of #0B651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B651E

Black with #0B651E

Text Example


Text Example

White with #0B651E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,101,30); }

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

background-color css

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

 a { background-color: rgb(11,101,30); }

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

border-color css

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

 span { border-color: rgb(11,101,30); }

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