Html Css Color HEX #748761 Camouflage Green

📋 copy color: '#748761'

red 116 ◦ green 135 ◦ blue 97

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

Shades of Camouflage Green #748761

Tints of Camouflage Green #748761

RGB

 RED value IS 116 (45.7% from 255) = 33.33%

 GREEN value IS 135 (53.13% from 255) = 38.79%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 33.33%
G = 38.79%
B = 27.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#748761 (or 0x748761) is known color: Camouflage Green. HEX triplet: 74, 87 and 61. RGB value is (116,135,97). Sum of RGB (Red+Green+Blue) = 116+135+97=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #748761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748761 is #8B789E. Grayscale: #7D7D7D. Windows color (decimal): -9140383 or 6391668. OLE color: 6391668.

HSL color Cylindrical-coordinate representation of color #748761: hue angle of 90º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748761 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 97 -
CMYK 0.14 0 0.28 0.47
HSL 90º 0.16% 0.45% -
HSV(B) 90º 0.28% 0.53% -
XYZ 18.02 21.9 14.59 -
YUV 124.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 116 135 97 0.14 0 0.28 0.47 90 0.16 0.45
Hex 74 87 61 E 0 1C 2F 5A 10 2D
Octal 164 207 141 16 0 34 57 132 20 55
Binary 1110100 10000111 1100001 1110 0 11100 101111 1011010 10000 101101

Color Harmonies of #748761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748761

Black with #748761

Text Example


Text Example

White with #748761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748761; }

 p { color: rgb(116,135,97); }

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

background-color css

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

 a { background-color: rgb(116,135,97); }

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

border-color css

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

 span { border-color: rgb(116,135,97); }

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