Html Css Color HEX #076A1C Crusoe

📋 copy color: '#076A1C'

red 7 ◦ green 106 ◦ blue 28

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

Shades of Crusoe #076A1C

Tints of Crusoe #076A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 75.18%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 4.96%
G = 75.18%
B = 19.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#076A1C (or 0x076A1C) is known color: Crusoe. HEX triplet: 07, 6A and 1C. RGB value is (7,106,28). Sum of RGB (Red+Green+Blue) = 7+106+28=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 106 (41.80% from 255 or 75.18% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 106 - color contains mainly: green. Hex color #076A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A1C is #F895E3. Grayscale: #434343. Windows color (decimal): -16291300 or 1862151. OLE color: 1862151.

HSL color Cylindrical-coordinate representation of color #076A1C: hue angle of 132.73º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A1C is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 28 -
CMYK 0.93 0 0.74 0.58
HSL 132.73º 0.88% 0.22% -
HSV(B) 132.73º 0.93% 0.42% -
XYZ 5.45 10.44 2.83 -
YUV 67.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 7 106 28 0.93 0 0.74 0.58 132.73 0.88 0.22
Hex 7 6A 1C 5D 0 4A 3A 85 58 16
Octal 7 152 34 135 0 112 72 205 130 26
Binary 111 1101010 11100 1011101 0 1001010 111010 10000101 1011000 10110

Color Harmonies of #076A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A1C

Black with #076A1C

Text Example


Text Example

White with #076A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,28); }

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

background-color css

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

 a { background-color: rgb(7,106,28); }

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

border-color css

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

 span { border-color: rgb(7,106,28); }

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