Html Css Color HEX #076015 Crusoe

📋 copy color: '#076015'

red 7 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #076015

Tints of Crusoe #076015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 5.65%
G = 77.42%
B = 16.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#076015 (or 0x076015) is known color: Crusoe. HEX triplet: 07, 60 and 15. RGB value is (7,96,21). Sum of RGB (Red+Green+Blue) = 7+96+21=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #076015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076015 is #F89FEA. Grayscale: #3D3D3D. Windows color (decimal): -16293867 or 1400839. OLE color: 1400839.

HSL color Cylindrical-coordinate representation of color #076015: hue angle of 129.44º 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 #076015 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 21 -
CMYK 0.93 0 0.78 0.62
HSL 129.44º 0.86% 0.2% -
HSV(B) 129.44º 0.93% 0.38% -
XYZ 4.41 8.47 2.11 -
YUV 60.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 7 96 21 0.93 0 0.78 0.62 129.44 0.86 0.2
Hex 7 60 15 5D 0 4E 3E 81 56 14
Octal 7 140 25 135 0 116 76 201 126 24
Binary 111 1100000 10101 1011101 0 1001110 111110 10000001 1010110 10100

Color Harmonies of #076015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076015

Black with #076015

Text Example


Text Example

White with #076015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076015; }

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

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

background-color css

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

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

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

border-color css

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

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

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