Html Css Color HEX #748867 Camouflage Green

📋 copy color: '#748867'

red 116 ◦ green 136 ◦ blue 103

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

Shades of Camouflage Green #748867

Tints of Camouflage Green #748867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 32.68%
G = 38.31%
B = 29.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#748867 (or 0x748867) is known color: Camouflage Green. HEX triplet: 74, 88 and 67. RGB value is (116,136,103). Sum of RGB (Red+Green+Blue) = 116+136+103=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #748867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748867 is #8B7798. Grayscale: #7E7E7E. Windows color (decimal): -9140121 or 6785140. OLE color: 6785140.

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

Color convert

RGB 116 136 103 -
CMYK 0.15 0 0.24 0.47
HSL 96.36º 0.14% 0.47% -
HSV(B) 96.36º 0.24% 0.53% -
XYZ 18.45 22.3 16.16 -
YUV 126.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 116 136 103 0.15 0 0.24 0.47 96.36 0.14 0.47
Hex 74 88 67 F 0 18 2F 60 E 2F
Octal 164 210 147 17 0 30 57 140 16 57
Binary 1110100 10001000 1100111 1111 0 11000 101111 1100000 1110 101111

Color Harmonies of #748867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748867

Black with #748867

Text Example


Text Example

White with #748867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748867; }

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

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

background-color css

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

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

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

border-color css

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

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

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