Html Css Color HEX #6A9725 Olive Drab

📋 copy color: '#6A9725'

red 106 ◦ green 151 ◦ blue 37

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

Shades of Olive Drab #6A9725

Tints of Olive Drab #6A9725

RGB

 RED value IS 106 (41.8% from 255) = 36.05%

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 36.05%
G = 51.36%
B = 12.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#6A9725 (or 0x6A9725) is known color: Olive Drab. HEX triplet: 6A, 97 and 25. RGB value is (106,151,37). Sum of RGB (Red+Green+Blue) = 106+151+37=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9725 is #9568DA. Grayscale: #7C7C7C. Windows color (decimal): -9791707 or 2463594. OLE color: 2463594.

HSL color Cylindrical-coordinate representation of color #6A9725: hue angle of 83.68º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A9725 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 37 -
CMYK 0.30 0 0.75 0.41
HSL 83.68º 0.61% 0.37% -
HSV(B) 83.68º 0.75% 0.59% -
XYZ 17.34 25.33 5.73 -
YUV 124.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 106 151 37 0.30 0 0.75 0.41 83.68 0.61 0.37
Hex 6A 97 25 1E 0 4B 29 54 3D 25
Octal 152 227 45 36 0 113 51 124 75 45
Binary 1101010 10010111 100101 11110 0 1001011 101001 1010100 111101 100101

Color Harmonies of #6A9725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9725

Black with #6A9725

Text Example


Text Example

White with #6A9725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9725; }

 p { color: rgb(106,151,37); }

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

background-color css

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

 a { background-color: rgb(106,151,37); }

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

border-color css

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

 span { border-color: rgb(106,151,37); }

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