Html Css Color HEX #0A6519 Crusoe

📋 copy color: '#0A6519'

red 10 ◦ green 101 ◦ blue 25

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

Shades of Crusoe #0A6519

Tints of Crusoe #0A6519

RGB

 RED value IS 10 (4.3% from 255) = 7.35%

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

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 7.35%
G = 74.26%
B = 18.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#0A6519 (or 0x0A6519) is known color: Crusoe. HEX triplet: 0A, 65 and 19. RGB value is (10,101,25). Sum of RGB (Red+Green+Blue) = 10+101+25=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6519 is #F59AE6. Grayscale: #414141. Windows color (decimal): -16095975 or 1664266. OLE color: 1664266.

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

Color convert

RGB 10 101 25 -
CMYK 0.90 0 0.75 0.60
HSL 129.89º 0.82% 0.22% -
HSV(B) 129.89º 0.9% 0.4% -
XYZ 4.95 9.44 2.48 -
YUV 65.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 10 101 25 0.90 0 0.75 0.60 129.89 0.82 0.22
Hex A 65 19 5A 0 4B 3C 82 52 16
Octal 12 145 31 132 0 113 74 202 122 26
Binary 1010 1100101 11001 1011010 0 1001011 111100 10000010 1010010 10110

Color Harmonies of #0A6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6519

Black with #0A6519

Text Example


Text Example

White with #0A6519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,101,25); }

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

background-color css

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

 a { background-color: rgb(10,101,25); }

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

border-color css

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

 span { border-color: rgb(10,101,25); }

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