Html Css Color HEX #0A6718 Crusoe

📋 copy color: '#0A6718'

red 10 ◦ green 103 ◦ blue 24

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

Shades of Crusoe #0A6718

Tints of Crusoe #0A6718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 75.18%

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 7.3%
G = 75.18%
B = 17.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#0A6718 (or 0x0A6718) is known color: Crusoe. HEX triplet: 0A, 67 and 18. RGB value is (10,103,24). Sum of RGB (Red+Green+Blue) = 10+103+24=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6718 is #F598E7. Grayscale: #424242. Windows color (decimal): -16095464 or 1599242. OLE color: 1599242.

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

Color convert

RGB 10 103 24 -
CMYK 0.90 0 0.77 0.60
HSL 129.03º 0.82% 0.22% -
HSV(B) 129.03º 0.9% 0.4% -
XYZ 5.14 9.83 2.49 -
YUV 66.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 10 103 24 0.90 0 0.77 0.60 129.03 0.82 0.22
Hex A 67 18 5A 0 4D 3C 81 52 16
Octal 12 147 30 132 0 115 74 201 122 26
Binary 1010 1100111 11000 1011010 0 1001101 111100 10000001 1010010 10110

Color Harmonies of #0A6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6718

Black with #0A6718

Text Example


Text Example

White with #0A6718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,24); }

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

background-color css

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

 a { background-color: rgb(10,103,24); }

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

border-color css

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

 span { border-color: rgb(10,103,24); }

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