Html Css Color HEX #768B68 Camouflage Green

📋 copy color: '#768B68'

red 118 ◦ green 139 ◦ blue 104

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

Shades of Camouflage Green #768B68

Tints of Camouflage Green #768B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 32.69%
G = 38.5%
B = 28.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#768B68 (or 0x768B68) is known color: Camouflage Green. HEX triplet: 76, 8B and 68. RGB value is (118,139,104). Sum of RGB (Red+Green+Blue) = 118+139+104=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #768B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B68 is #897497. Grayscale: #808080. Windows color (decimal): -9008280 or 6851446. OLE color: 6851446.

HSL color Cylindrical-coordinate representation of color #768B68: hue angle of 96º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768B68 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 104 -
CMYK 0.15 0 0.25 0.45
HSL 96º 0.14% 0.48% -
HSV(B) 96º 0.25% 0.55% -
XYZ 19.2 23.32 16.59 -
YUV 128.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 118 139 104 0.15 0 0.25 0.45 96 0.14 0.48
Hex 76 8B 68 F 0 19 2D 60 E 30
Octal 166 213 150 17 0 31 55 140 16 60
Binary 1110110 10001011 1101000 1111 0 11001 101101 1100000 1110 110000

Color Harmonies of #768B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B68

Black with #768B68

Text Example


Text Example

White with #768B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B68; }

 p { color: rgb(118,139,104); }

 H1.HeaderClassName
 {
   color: #768B68;
 }
 .AnyTagClassName
 {
   color: #768B68;
 }
</style>

background-color css

<style>
 a { background-color: #768B68; }

 a { background-color: rgb(118,139,104); }

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

border-color css

<style>
 span { border-color: #768B68; }

 span { border-color: rgb(118,139,104); }

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