Html Css Color HEX #084F1C Crusoe

📋 copy color: '#084F1C'

red 8 ◦ green 79 ◦ blue 28

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

Shades of Crusoe #084F1C

Tints of Crusoe #084F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 68.7%

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 6.96%
G = 68.7%
B = 24.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#084F1C (or 0x084F1C) is known color: Crusoe. HEX triplet: 08, 4F and 1C. RGB value is (8,79,28). Sum of RGB (Red+Green+Blue) = 8+79+28=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #084F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F1C is #F7B0E3. Grayscale: #343434. Windows color (decimal): -16232676 or 1855240. OLE color: 1855240.

HSL color Cylindrical-coordinate representation of color #084F1C: hue angle of 136.9º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F1C is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 28 -
CMYK 0.90 0 0.65 0.69
HSL 136.9º 0.82% 0.17% -
HSV(B) 136.9º 0.9% 0.31% -
XYZ 3.11 5.73 2.04 -
YUV 51.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 8 79 28 0.90 0 0.65 0.69 136.9 0.82 0.17
Hex 8 4F 1C 5A 0 41 45 89 52 11
Octal 10 117 34 132 0 101 105 211 122 21
Binary 1000 1001111 11100 1011010 0 1000001 1000101 10001001 1010010 10001

Color Harmonies of #084F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F1C

Black with #084F1C

Text Example


Text Example

White with #084F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F1C; }

 p { color: rgb(8,79,28); }

 H1.HeaderClassName
 {
   color: #084F1C;
 }
 .AnyTagClassName
 {
   color: #084F1C;
 }
</style>

background-color css

<style>
 a { background-color: #084F1C; }

 a { background-color: rgb(8,79,28); }

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

border-color css

<style>
 span { border-color: #084F1C; }

 span { border-color: rgb(8,79,28); }

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