Html Css Color HEX #0A6929 Crusoe

📋 copy color: '#0A6929'

red 10 ◦ green 105 ◦ blue 41

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

Shades of Crusoe #0A6929

Tints of Crusoe #0A6929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 67.31%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 6.41%
G = 67.31%
B = 26.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#0A6929 (or 0x0A6929) is known color: Crusoe. HEX triplet: 0A, 69 and 29. RGB value is (10,105,41). Sum of RGB (Red+Green+Blue) = 10+105+41=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6929 is #F596D6. Grayscale: #454545. Windows color (decimal): -16094935 or 2713866. OLE color: 2713866.

HSL color Cylindrical-coordinate representation of color #0A6929: hue angle of 139.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6929 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 105 41 -
CMYK 0.90 0 0.61 0.59
HSL 139.58º 0.83% 0.23% -
HSV(B) 139.58º 0.9% 0.41% -
XYZ 5.58 10.33 3.8 -
YUV 69.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 10 105 41 0.90 0 0.61 0.59 139.58 0.83 0.23
Hex A 69 29 5A 0 3D 3B 8C 53 17
Octal 12 151 51 132 0 75 73 214 123 27
Binary 1010 1101001 101001 1011010 0 111101 111011 10001100 1010011 10111

Color Harmonies of #0A6929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6929

Black with #0A6929

Text Example


Text Example

White with #0A6929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,105,41); }

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

background-color css

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

 a { background-color: rgb(10,105,41); }

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

border-color css

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

 span { border-color: rgb(10,105,41); }

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