Html Css Color HEX #076A1B Crusoe

📋 copy color: '#076A1B'

red 7 ◦ green 106 ◦ blue 27

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

Shades of Crusoe #076A1B

Tints of Crusoe #076A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 5%
G = 75.71%
B = 19.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#076A1B (or 0x076A1B) is known color: Crusoe. HEX triplet: 07, 6A and 1B. RGB value is (7,106,27). Sum of RGB (Red+Green+Blue) = 7+106+27=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #076A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A1B is #F895E4. Grayscale: #434343. Windows color (decimal): -16291301 or 1796615. OLE color: 1796615.

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

Color convert

RGB 7 106 27 -
CMYK 0.93 0 0.75 0.58
HSL 132.12º 0.88% 0.22% -
HSV(B) 132.12º 0.93% 0.42% -
XYZ 5.44 10.43 2.76 -
YUV 67.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 7 106 27 0.93 0 0.75 0.58 132.12 0.88 0.22
Hex 7 6A 1B 5D 0 4B 3A 84 58 16
Octal 7 152 33 135 0 113 72 204 130 26
Binary 111 1101010 11011 1011101 0 1001011 111010 10000100 1011000 10110

Color Harmonies of #076A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A1B

Black with #076A1B

Text Example


Text Example

White with #076A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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