Html Css Color HEX #076619 Crusoe

📋 copy color: '#076619'

red 7 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #076619

Tints of Crusoe #076619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 76.12%

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

R = 5.22%
G = 76.12%
B = 18.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#076619 (or 0x076619) is known color: Crusoe. HEX triplet: 07, 66 and 19. RGB value is (7,102,25). Sum of RGB (Red+Green+Blue) = 7+102+25=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #076619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076619 is #F899E6. Grayscale: #414141. Windows color (decimal): -16292327 or 1664519. OLE color: 1664519.

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

Color convert

RGB 7 102 25 -
CMYK 0.93 0 0.75 0.6
HSL 131.37º 0.87% 0.21% -
HSV(B) 131.37º 0.93% 0.4% -
XYZ 5.01 9.62 2.51 -
YUV 64.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 7 102 25 0.93 0 0.75 0.6 131.37 0.87 0.21
Hex 7 66 19 5D 0 4B 3C 83 57 15
Octal 7 146 31 135 0 113 74 203 127 25
Binary 111 1100110 11001 1011101 0 1001011 111100 10000011 1010111 10101

Color Harmonies of #076619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076619

Black with #076619

Text Example


Text Example

White with #076619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076619; }

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

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

background-color css

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

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

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

border-color css

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

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

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