Html Css Color HEX #076517 Crusoe

📋 copy color: '#076517'

red 7 ◦ green 101 ◦ blue 23

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

Shades of Crusoe #076517

Tints of Crusoe #076517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 77.1%

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

R = 5.34%
G = 77.1%
B = 17.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#076517 (or 0x076517) is known color: Crusoe. HEX triplet: 07, 65 and 17. RGB value is (7,101,23). Sum of RGB (Red+Green+Blue) = 7+101+23=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #076517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076517 is #F89AE8. Grayscale: #404040. Windows color (decimal): -16292585 or 1533191. OLE color: 1533191.

HSL color Cylindrical-coordinate representation of color #076517: hue angle of 130.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076517 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 23 -
CMYK 0.93 0 0.77 0.60
HSL 130.21º 0.87% 0.21% -
HSV(B) 130.21º 0.93% 0.4% -
XYZ 4.9 9.41 2.37 -
YUV 64 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 7 101 23 0.93 0 0.77 0.60 130.21 0.87 0.21
Hex 7 65 17 5D 0 4D 3C 82 57 15
Octal 7 145 27 135 0 115 74 202 127 25
Binary 111 1100101 10111 1011101 0 1001101 111100 10000010 1010111 10101

Color Harmonies of #076517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076517

Black with #076517

Text Example


Text Example

White with #076517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076517; }

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

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

background-color css

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

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

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

border-color css

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

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

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