Html Css Color HEX #0A6322 Crusoe

📋 copy color: '#0A6322'

red 10 ◦ green 99 ◦ blue 34

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

Shades of Crusoe #0A6322

Tints of Crusoe #0A6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 69.23%

 BLUE value IS 34 (13.67% from 255) = 23.78%

R = 6.99%
G = 69.23%
B = 23.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#0A6322 (or 0x0A6322) is known color: Crusoe. HEX triplet: 0A, 63 and 22. RGB value is (10,99,34). Sum of RGB (Red+Green+Blue) = 10+99+34=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6322 is #F59CDD. Grayscale: #414141. Windows color (decimal): -16096478 or 2253578. OLE color: 2253578.

HSL color Cylindrical-coordinate representation of color #0A6322: hue angle of 136.18º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6322 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 34 -
CMYK 0.90 0 0.66 0.61
HSL 136.18º 0.82% 0.21% -
HSV(B) 136.18º 0.9% 0.39% -
XYZ 4.88 9.1 3.01 -
YUV 64.98 110.51 88.79 -
System Red Green Blue C M Y K H S L
Decimal 10 99 34 0.90 0 0.66 0.61 136.18 0.82 0.21
Hex A 63 22 5A 0 42 3D 88 52 15
Octal 12 143 42 132 0 102 75 210 122 25
Binary 1010 1100011 100010 1011010 0 1000010 111101 10001000 1010010 10101

Color Harmonies of #0A6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6322

Black with #0A6322

Text Example


Text Example

White with #0A6322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,34); }

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

background-color css

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

 a { background-color: rgb(10,99,34); }

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

border-color css

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

 span { border-color: rgb(10,99,34); }

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