Html Css Color HEX #075018 Crusoe

📋 copy color: '#075018'

red 7 ◦ green 80 ◦ blue 24

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

Shades of Crusoe #075018

Tints of Crusoe #075018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 72.07%

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

R = 6.31%
G = 72.07%
B = 21.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#075018 (or 0x075018) is known color: Crusoe. HEX triplet: 07, 50 and 18. RGB value is (7,80,24). Sum of RGB (Red+Green+Blue) = 7+80+24=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #075018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075018 is #F8AFE7. Grayscale: #333333. Windows color (decimal): -16297960 or 1593351. OLE color: 1593351.

HSL color Cylindrical-coordinate representation of color #075018: hue angle of 133.97º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075018 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 24 -
CMYK 0.91 0 0.70 0.69
HSL 133.97º 0.84% 0.17% -
HSV(B) 133.97º 0.91% 0.31% -
XYZ 3.12 5.85 1.83 -
YUV 51.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 7 80 24 0.91 0 0.70 0.69 133.97 0.84 0.17
Hex 7 50 18 5B 0 46 45 86 54 11
Octal 7 120 30 133 0 106 105 206 124 21
Binary 111 1010000 11000 1011011 0 1000110 1000101 10000110 1010100 10001

Color Harmonies of #075018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075018

Black with #075018

Text Example


Text Example

White with #075018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075018; }

 p { color: rgb(7,80,24); }

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

background-color css

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

 a { background-color: rgb(7,80,24); }

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

border-color css

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

 span { border-color: rgb(7,80,24); }

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