Html Css Color HEX #697D15 Fiji Green

📋 copy color: '#697D15'

red 105 ◦ green 125 ◦ blue 21

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

Shades of Fiji Green #697D15

Tints of Fiji Green #697D15

RGB

 RED value IS 105 (41.41% from 255) = 41.83%

 GREEN value IS 125 (49.22% from 255) = 49.8%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 41.83%
G = 49.8%
B = 8.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#697D15 (or 0x697D15) is known color: Fiji Green. HEX triplet: 69, 7D and 15. RGB value is (105,125,21). Sum of RGB (Red+Green+Blue) = 105+125+21=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #697D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D15 is #9682EA. Grayscale: #6B6B6B. Windows color (decimal): -9863915 or 1408361. OLE color: 1408361.

HSL color Cylindrical-coordinate representation of color #697D15: hue angle of 71.54º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697D15 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 21 -
CMYK 0.16 0 0.83 0.51
HSL 71.54º 0.71% 0.29% -
HSV(B) 71.54º 0.83% 0.49% -
XYZ 13.29 17.72 3.43 -
YUV 107.16 79.37 126.46 -
System Red Green Blue C M Y K H S L
Decimal 105 125 21 0.16 0 0.83 0.51 71.54 0.71 0.29
Hex 69 7D 15 10 0 53 33 48 47 1D
Octal 151 175 25 20 0 123 63 110 107 35
Binary 1101001 1111101 10101 10000 0 1010011 110011 1001000 1000111 11101

Color Harmonies of #697D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D15

Black with #697D15

Text Example


Text Example

White with #697D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D15; }

 p { color: rgb(105,125,21); }

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

background-color css

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

 a { background-color: rgb(105,125,21); }

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

border-color css

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

 span { border-color: rgb(105,125,21); }

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