Html Css Color HEX #608B3F Dingley

📋 copy color: '#608B3F'

red 96 ◦ green 139 ◦ blue 63

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

Shades of Dingley #608B3F

Tints of Dingley #608B3F

RGB

 RED value IS 96 (37.89% from 255) = 32.21%

 GREEN value IS 139 (54.69% from 255) = 46.64%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 32.21%
G = 46.64%
B = 21.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#608B3F (or 0x608B3F) is known color: Dingley. HEX triplet: 60, 8B and 3F. RGB value is (96,139,63). Sum of RGB (Red+Green+Blue) = 96+139+63=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #608B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B3F is #9F74C0. Grayscale: #757575. Windows color (decimal): -10450113 or 4164448. OLE color: 4164448.

HSL color Cylindrical-coordinate representation of color #608B3F: hue angle of 93.95º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608B3F is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 63 -
CMYK 0.31 0 0.55 0.45
HSL 93.95º 0.38% 0.4% -
HSV(B) 93.95º 0.55% 0.55% -
XYZ 14.95 21.31 8.03 -
YUV 117.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 96 139 63 0.31 0 0.55 0.45 93.95 0.38 0.4
Hex 60 8B 3F 1F 0 37 2D 5E 26 28
Octal 140 213 77 37 0 67 55 136 46 50
Binary 1100000 10001011 111111 11111 0 110111 101101 1011110 100110 101000

Color Harmonies of #608B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B3F

Black with #608B3F

Text Example


Text Example

White with #608B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608B3F; }

 p { color: rgb(96,139,63); }

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

background-color css

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

 a { background-color: rgb(96,139,63); }

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

border-color css

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

 span { border-color: rgb(96,139,63); }

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