Html Css Color HEX #838A7B Camouflage Green

📋 copy color: '#838A7B'

red 131 ◦ green 138 ◦ blue 123

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

Shades of Camouflage Green #838A7B

Tints of Camouflage Green #838A7B

RGB

 RED value IS 131 (51.56% from 255) = 33.42%

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 33.42%
G = 35.2%
B = 31.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#838A7B (or 0x838A7B) is known color: Camouflage Green. HEX triplet: 83, 8A and 7B. RGB value is (131,138,123). Sum of RGB (Red+Green+Blue) = 131+138+123=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #838A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A7B is #7C7584. Grayscale: #868686. Windows color (decimal): -8156549 or 8096387. OLE color: 8096387.

HSL color Cylindrical-coordinate representation of color #838A7B: hue angle of 88º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838A7B is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 123 -
CMYK 0.05 0 0.11 0.46
HSL 88º 0.06% 0.51% -
HSV(B) 88º 0.11% 0.54% -
XYZ 22.02 24.43 22.29 -
YUV 134.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 131 138 123 0.05 0 0.11 0.46 88 0.06 0.51
Hex 83 8A 7B 5 0 B 2E 58 6 33
Octal 203 212 173 5 0 13 56 130 6 63
Binary 10000011 10001010 1111011 101 0 1011 101110 1011000 110 110011

Color Harmonies of #838A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A7B

Black with #838A7B

Text Example


Text Example

White with #838A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838A7B; }

 p { color: rgb(131,138,123); }

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

background-color css

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

 a { background-color: rgb(131,138,123); }

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

border-color css

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

 span { border-color: rgb(131,138,123); }

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