Html Css Color HEX #076819 Crusoe

📋 copy color: '#076819'

red 7 ◦ green 104 ◦ blue 25

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

Shades of Crusoe #076819

Tints of Crusoe #076819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 76.47%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 5.15%
G = 76.47%
B = 18.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#076819 (or 0x076819) is known color: Crusoe. HEX triplet: 07, 68 and 19. RGB value is (7,104,25). Sum of RGB (Red+Green+Blue) = 7+104+25=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #076819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076819 is #F897E6. Grayscale: #424242. Windows color (decimal): -16291815 or 1665031. OLE color: 1665031.

HSL color Cylindrical-coordinate representation of color #076819: hue angle of 131.13º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076819 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 25 -
CMYK 0.93 0 0.76 0.59
HSL 131.13º 0.87% 0.22% -
HSV(B) 131.13º 0.93% 0.41% -
XYZ 5.21 10.02 2.58 -
YUV 65.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 7 104 25 0.93 0 0.76 0.59 131.13 0.87 0.22
Hex 7 68 19 5D 0 4C 3B 83 57 16
Octal 7 150 31 135 0 114 73 203 127 26
Binary 111 1101000 11001 1011101 0 1001100 111011 10000011 1010111 10110

Color Harmonies of #076819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076819

Black with #076819

Text Example


Text Example

White with #076819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076819; }

 p { color: rgb(7,104,25); }

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

background-color css

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

 a { background-color: rgb(7,104,25); }

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

border-color css

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

 span { border-color: rgb(7,104,25); }

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