Html Css Color HEX #076B1B Crusoe

📋 copy color: '#076B1B'

red 7 ◦ green 107 ◦ blue 27

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

Shades of Crusoe #076B1B

Tints of Crusoe #076B1B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 75.89%

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

R = 4.96%
G = 75.89%
B = 19.15%

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

#076B1B (or 0x076B1B) is known color: Crusoe. HEX triplet: 07, 6B and 1B. RGB value is (7,107,27). Sum of RGB (Red+Green+Blue) = 7+107+27=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 107 (42.19% from 255 or 75.89% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 107 - color contains mainly: green. Hex color #076B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B1B is #F894E4. Grayscale: #444444. Windows color (decimal): -16291045 or 1796871. OLE color: 1796871.

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

Color convert

RGB 7 107 27 -
CMYK 0.93 0 0.75 0.58
HSL 132º 0.88% 0.22% -
HSV(B) 132º 0.93% 0.42% -
XYZ 5.54 10.64 2.8 -
YUV 67.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 7 107 27 0.93 0 0.75 0.58 132 0.88 0.22
Hex 7 6B 1B 5D 0 4B 3A 84 58 16
Octal 7 153 33 135 0 113 72 204 130 26
Binary 111 1101011 11011 1011101 0 1001011 111010 10000100 1011000 10110

Color Harmonies of #076B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B1B

Black with #076B1B

Text Example


Text Example

White with #076B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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