Html Css Color HEX #075F14 Crusoe

📋 copy color: '#075F14'

red 7 ◦ green 95 ◦ blue 20

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

Shades of Crusoe #075F14

Tints of Crusoe #075F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 77.87%

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 5.74%
G = 77.87%
B = 16.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#075F14 (or 0x075F14) is known color: Crusoe. HEX triplet: 07, 5F and 14. RGB value is (7,95,20). Sum of RGB (Red+Green+Blue) = 7+95+20=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 95 (37.5% from 255 or 77.87% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 95 - color contains mainly: green. Hex color #075F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075F14 is #F8A0EB. Grayscale: #3C3C3C. Windows color (decimal): -16294124 or 1335047. OLE color: 1335047.

HSL color Cylindrical-coordinate representation of color #075F14: hue angle of 128.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F14 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 95 20 -
CMYK 0.93 0 0.79 0.63
HSL 128.86º 0.86% 0.2% -
HSV(B) 128.86º 0.93% 0.37% -
XYZ 4.31 8.28 2.03 -
YUV 60.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 7 95 20 0.93 0 0.79 0.63 128.86 0.86 0.2
Hex 7 5F 14 5D 0 4F 3F 81 56 14
Octal 7 137 24 135 0 117 77 201 126 24
Binary 111 1011111 10100 1011101 0 1001111 111111 10000001 1010110 10100

Color Harmonies of #075F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F14

Black with #075F14

Text Example


Text Example

White with #075F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075F14; }

 p { color: rgb(7,95,20); }

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

background-color css

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

 a { background-color: rgb(7,95,20); }

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

border-color css

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

 span { border-color: rgb(7,95,20); }

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