Html Css Color HEX #748862 Camouflage Green

📋 copy color: '#748862'

red 116 ◦ green 136 ◦ blue 98

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

Shades of Camouflage Green #748862

Tints of Camouflage Green #748862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 33.14%
G = 38.86%
B = 28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#748862 (or 0x748862) is known color: Camouflage Green. HEX triplet: 74, 88 and 62. RGB value is (116,136,98). Sum of RGB (Red+Green+Blue) = 116+136+98=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #748862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748862 is #8B779D. Grayscale: #7D7D7D. Windows color (decimal): -9140126 or 6457460. OLE color: 6457460.

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

Color convert

RGB 116 136 98 -
CMYK 0.15 0 0.28 0.47
HSL 91.58º 0.16% 0.46% -
HSV(B) 91.58º 0.28% 0.53% -
XYZ 18.21 22.2 14.88 -
YUV 125.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 116 136 98 0.15 0 0.28 0.47 91.58 0.16 0.46
Hex 74 88 62 F 0 1C 2F 5C 10 2E
Octal 164 210 142 17 0 34 57 134 20 56
Binary 1110100 10001000 1100010 1111 0 11100 101111 1011100 10000 101110

Color Harmonies of #748862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748862

Black with #748862

Text Example


Text Example

White with #748862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748862; }

 p { color: rgb(116,136,98); }

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

background-color css

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

 a { background-color: rgb(116,136,98); }

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

border-color css

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

 span { border-color: rgb(116,136,98); }

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