Html Css Color HEX #076014 Crusoe

📋 copy color: '#076014'

red 7 ◦ green 96 ◦ blue 20

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

Shades of Crusoe #076014

Tints of Crusoe #076014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.05%

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

R = 5.69%
G = 78.05%
B = 16.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#076014 (or 0x076014) is known color: Crusoe. HEX triplet: 07, 60 and 14. RGB value is (7,96,20). Sum of RGB (Red+Green+Blue) = 7+96+20=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #076014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076014 is #F89FEB. Grayscale: #3C3C3C. Windows color (decimal): -16293868 or 1335303. OLE color: 1335303.

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

Color convert

RGB 7 96 20 -
CMYK 0.93 0 0.79 0.62
HSL 128.76º 0.86% 0.2% -
HSV(B) 128.76º 0.93% 0.38% -
XYZ 4.4 8.46 2.06 -
YUV 60.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 7 96 20 0.93 0 0.79 0.62 128.76 0.86 0.2
Hex 7 60 14 5D 0 4F 3E 81 56 14
Octal 7 140 24 135 0 117 76 201 126 24
Binary 111 1100000 10100 1011101 0 1001111 111110 10000001 1010110 10100

Color Harmonies of #076014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076014

Black with #076014

Text Example


Text Example

White with #076014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076014; }

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

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

background-color css

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

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

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

border-color css

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

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

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