Html Css Color HEX #67864B Dingley

📋 copy color: '#67864B'

red 103 ◦ green 134 ◦ blue 75

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

Shades of Dingley #67864B

Tints of Dingley #67864B

RGB

 RED value IS 103 (40.63% from 255) = 33.01%

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 33.01%
G = 42.95%
B = 24.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#67864B (or 0x67864B) is known color: Dingley. HEX triplet: 67, 86 and 4B. RGB value is (103,134,75). Sum of RGB (Red+Green+Blue) = 103+134+75=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #67864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67864B is #9879B4. Grayscale: #767676. Windows color (decimal): -9992629 or 4949607. OLE color: 4949607.

HSL color Cylindrical-coordinate representation of color #67864B: hue angle of 91.53º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67864B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 75 -
CMYK 0.23 0 0.44 0.47
HSL 91.53º 0.28% 0.41% -
HSV(B) 91.53º 0.44% 0.53% -
XYZ 15.39 20.44 9.79 -
YUV 118.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 103 134 75 0.23 0 0.44 0.47 91.53 0.28 0.41
Hex 67 86 4B 17 0 2C 2F 5C 1C 29
Octal 147 206 113 27 0 54 57 134 34 51
Binary 1100111 10000110 1001011 10111 0 101100 101111 1011100 11100 101001

Color Harmonies of #67864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67864B

Black with #67864B

Text Example


Text Example

White with #67864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67864B; }

 p { color: rgb(103,134,75); }

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

background-color css

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

 a { background-color: rgb(103,134,75); }

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

border-color css

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

 span { border-color: rgb(103,134,75); }

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