Html Css Color HEX #0A651D Crusoe

📋 copy color: '#0A651D'

red 10 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #0A651D

Tints of Crusoe #0A651D

RGB

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

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

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

R = 7.14%
G = 72.14%
B = 20.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#0A651D (or 0x0A651D) is known color: Crusoe. HEX triplet: 0A, 65 and 1D. RGB value is (10,101,29). Sum of RGB (Red+Green+Blue) = 10+101+29=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #0A651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A651D is #F59AE2. Grayscale: #414141. Windows color (decimal): -16095971 or 1926410. OLE color: 1926410.

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

Color convert

RGB 10 101 29 -
CMYK 0.90 0 0.71 0.60
HSL 132.53º 0.82% 0.22% -
HSV(B) 132.53º 0.9% 0.4% -
XYZ 5 9.46 2.72 -
YUV 65.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 10 101 29 0.90 0 0.71 0.60 132.53 0.82 0.22
Hex A 65 1D 5A 0 47 3C 85 52 16
Octal 12 145 35 132 0 107 74 205 122 26
Binary 1010 1100101 11101 1011010 0 1000111 111100 10000101 1010010 10110

Color Harmonies of #0A651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A651D

Black with #0A651D

Text Example


Text Example

White with #0A651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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