Html Css Color HEX #767F70 Camouflage Green

📋 copy color: '#767F70'

red 118 ◦ green 127 ◦ blue 112

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

Shades of Camouflage Green #767F70

Tints of Camouflage Green #767F70

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 33.05%
G = 35.57%
B = 31.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#767F70 (or 0x767F70) is known color: Camouflage Green. HEX triplet: 76, 7F and 70. RGB value is (118,127,112). Sum of RGB (Red+Green+Blue) = 118+127+112=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #767F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F70 is #89808F. Grayscale: #7A7A7A. Windows color (decimal): -9011344 or 7372662. OLE color: 7372662.

HSL color Cylindrical-coordinate representation of color #767F70: hue angle of 96º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767F70 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 127 112 -
CMYK 0.07 0 0.12 0.50
HSL 96º 0.06% 0.47% -
HSV(B) 96º 0.12% 0.5% -
XYZ 17.99 20.2 18.28 -
YUV 122.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 118 127 112 0.07 0 0.12 0.50 96 0.06 0.47
Hex 76 7F 70 7 0 C 32 60 6 2F
Octal 166 177 160 7 0 14 62 140 6 57
Binary 1110110 1111111 1110000 111 0 1100 110010 1100000 110 101111

Color Harmonies of #767F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F70

Black with #767F70

Text Example


Text Example

White with #767F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767F70; }

 p { color: rgb(118,127,112); }

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

background-color css

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

 a { background-color: rgb(118,127,112); }

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

border-color css

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

 span { border-color: rgb(118,127,112); }

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