Html Css Color HEX #076D1D Crusoe

📋 copy color: '#076D1D'

red 7 ◦ green 109 ◦ blue 29

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

Shades of Crusoe #076D1D

Tints of Crusoe #076D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 75.17%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 4.83%
G = 75.17%
B = 20%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#076D1D (or 0x076D1D) is known color: Crusoe. HEX triplet: 07, 6D and 1D. RGB value is (7,109,29). Sum of RGB (Red+Green+Blue) = 7+109+29=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #076D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D1D is #F892E2. Grayscale: #454545. Windows color (decimal): -16290531 or 1928455. OLE color: 1928455.

HSL color Cylindrical-coordinate representation of color #076D1D: hue angle of 132.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D1D is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 109 29 -
CMYK 0.94 0 0.73 0.57
HSL 132.94º 0.88% 0.23% -
HSV(B) 132.94º 0.94% 0.43% -
XYZ 5.78 11.07 2.99 -
YUV 69.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 7 109 29 0.94 0 0.73 0.57 132.94 0.88 0.23
Hex 7 6D 1D 5E 0 49 39 85 58 17
Octal 7 155 35 136 0 111 71 205 130 27
Binary 111 1101101 11101 1011110 0 1001001 111001 10000101 1011000 10111

Color Harmonies of #076D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D1D

Black with #076D1D

Text Example


Text Example

White with #076D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076D1D; }

 p { color: rgb(7,109,29); }

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

background-color css

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

 a { background-color: rgb(7,109,29); }

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

border-color css

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

 span { border-color: rgb(7,109,29); }

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