Html Css Color HEX #0A661D Crusoe

📋 copy color: '#0A661D'

red 10 ◦ green 102 ◦ blue 29

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

Shades of Crusoe #0A661D

Tints of Crusoe #0A661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 72.34%

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 7.09%
G = 72.34%
B = 20.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#0A661D (or 0x0A661D) is known color: Crusoe. HEX triplet: 0A, 66 and 1D. RGB value is (10,102,29). Sum of RGB (Red+Green+Blue) = 10+102+29=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #0A661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A661D is #F599E2. Grayscale: #424242. Windows color (decimal): -16095715 or 1926666. OLE color: 1926666.

HSL color Cylindrical-coordinate representation of color #0A661D: hue angle of 132.39º 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 #0A661D is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 102 29 -
CMYK 0.90 0 0.72 0.6
HSL 132.39º 0.82% 0.22% -
HSV(B) 132.39º 0.9% 0.4% -
XYZ 5.1 9.66 2.76 -
YUV 66.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 10 102 29 0.90 0 0.72 0.6 132.39 0.82 0.22
Hex A 66 1D 5A 0 48 3C 84 52 16
Octal 12 146 35 132 0 110 74 204 122 26
Binary 1010 1100110 11101 1011010 0 1001000 111100 10000100 1010010 10110

Color Harmonies of #0A661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A661D

Black with #0A661D

Text Example


Text Example

White with #0A661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,29); }

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

background-color css

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

 a { background-color: rgb(10,102,29); }

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

border-color css

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

 span { border-color: rgb(10,102,29); }

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