Html Css Color HEX #08651D Crusoe

📋 copy color: '#08651D'

red 8 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #08651D

Tints of Crusoe #08651D

RGB

 RED value IS 8 (3.52% from 255) = 5.8%

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

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

R = 5.8%
G = 73.19%
B = 21.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#08651D (or 0x08651D) is known color: Crusoe. HEX triplet: 08, 65 and 1D. RGB value is (8,101,29). Sum of RGB (Red+Green+Blue) = 8+101+29=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #08651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08651D is #F79AE2. Grayscale: #414141. Windows color (decimal): -16227043 or 1926408. OLE color: 1926408.

HSL color Cylindrical-coordinate representation of color #08651D: hue angle of 133.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08651D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 29 -
CMYK 0.92 0 0.71 0.60
HSL 133.55º 0.85% 0.21% -
HSV(B) 133.55º 0.92% 0.4% -
XYZ 4.98 9.45 2.72 -
YUV 64.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 8 101 29 0.92 0 0.71 0.60 133.55 0.85 0.21
Hex 8 65 1D 5C 0 47 3C 86 55 15
Octal 10 145 35 134 0 107 74 206 125 25
Binary 1000 1100101 11101 1011100 0 1000111 111100 10000110 1010101 10101

Color Harmonies of #08651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08651D

Black with #08651D

Text Example


Text Example

White with #08651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08651D; }

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

 H1.HeaderClassName
 {
   color: #08651D;
 }
 .AnyTagClassName
 {
   color: #08651D;
 }
</style>

background-color css

<style>
 a { background-color: #08651D; }

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

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

border-color css

<style>
 span { border-color: #08651D; }

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

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