Html Css Color HEX #075417 Crusoe

📋 copy color: '#075417'

red 7 ◦ green 84 ◦ blue 23

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

Shades of Crusoe #075417

Tints of Crusoe #075417

RGB

 RED value IS 7 (3.13% from 255) = 6.14%

 GREEN value IS 84 (33.2% from 255) = 73.68%

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 6.14%
G = 73.68%
B = 20.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#075417 (or 0x075417) is known color: Crusoe. HEX triplet: 07, 54 and 17. RGB value is (7,84,23). Sum of RGB (Red+Green+Blue) = 7+84+23=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #075417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075417 is #F8ABE8. Grayscale: #363636. Windows color (decimal): -16296937 or 1528839. OLE color: 1528839.

HSL color Cylindrical-coordinate representation of color #075417: hue angle of 132.47º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075417 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 84 23 -
CMYK 0.92 0 0.73 0.67
HSL 132.47º 0.85% 0.18% -
HSV(B) 132.47º 0.92% 0.33% -
XYZ 3.41 6.45 1.88 -
YUV 54.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 7 84 23 0.92 0 0.73 0.67 132.47 0.85 0.18
Hex 7 54 17 5C 0 49 43 84 55 12
Octal 7 124 27 134 0 111 103 204 125 22
Binary 111 1010100 10111 1011100 0 1001001 1000011 10000100 1010101 10010

Color Harmonies of #075417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075417

Black with #075417

Text Example


Text Example

White with #075417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075417; }

 p { color: rgb(7,84,23); }

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

background-color css

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

 a { background-color: rgb(7,84,23); }

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

border-color css

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

 span { border-color: rgb(7,84,23); }

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